diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2008-02-10 14:38:47 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2008-02-10 14:38:47 +0000 |
commit | 037ca05cde0061043eda2b2933a61c269bf21488 (patch) | |
tree | 5e0844739f04e2d46d5bb263824beb8a0ec09dde /README | |
parent | 6a5879393063adcc5b2c53b4d0289d0217981fe6 (diff) | |
download | spec-helper-037ca05cde0061043eda2b2933a61c269bf21488.tar spec-helper-037ca05cde0061043eda2b2933a61c269bf21488.tar.gz spec-helper-037ca05cde0061043eda2b2933a61c269bf21488.tar.bz2 spec-helper-037ca05cde0061043eda2b2933a61c269bf21488.tar.xz spec-helper-037ca05cde0061043eda2b2933a61c269bf21488.zip |
document regexp nature of EXCLUDE_FROM variables
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10,12 +10,12 @@ Set DONT_CLEANUP to disable. compress_files compress man and info pages. Set DONT_COMPRESS to disable, or EXCLUDE_FROM_COMPRESS to give a -space-separated list of files exceptions. +space-separated list of regexps matching files to exclude. strip_files Strip binary files. Set DONT_STRIP to disable, or EXCLUDE_FROM_STRIP to give a space-separated list -of files exceptions. +of regexps matching files to exclude. relink_symlinks Relativize absolute symlinks. @@ -53,4 +53,4 @@ Set DONT_REMOVE_INFO_DIR to disable. fix-eol Convert end of line patterns from DOS to UNIX. Set DONT_FIX_EOL to disable, or EXCLUDE_FROM_EOL_CONVERSION to give a -space-separated list of files exceptions. +space-separated list of of regexps matching files to exclude. |