diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-03-06 16:28:44 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-03-06 16:29:23 +0000 |
commit | 4f688fd794a7e04a294f0b215889ce076c91823f (patch) | |
tree | eefb5686bd33b30252467027ac0b857093273d89 /postprocess | |
parent | 9b7e871fa8839e698953ec27c1f9d5f24791a1b5 (diff) |
more documentation and cleanups for various modules.
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/postprocess/README b/postprocess/README index 197d6cbf5b8a..a29596729bd0 100644 --- a/postprocess/README +++ b/postprocess/README @@ -1,3 +1,6 @@ Postprocessing and checking of files delivered by other modules. -This module hast to be the last one before creating install sets in module 'instset_native'. +This module has to be the last one built before creating install sets +in module 'instset_native'. Thus it ties together all the dependencies +of all the other de-coupled modules. See the first line of +[[postprocess/prj/build.lst]] for that. |