aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGuillaume Rousse <guillomovitch@mandriva.org>2009-05-08 23:07:53 +0000
committerGuillaume Rousse <guillomovitch@mandriva.org>2009-05-08 23:07:53 +0000
commit7d3a7d58b73d8606cb2a4495731492f00eb0b733 (patch)
treef6d3b1fc510e017da726dff7a69297b939fa71ff /README
parent9ffc0216f98d3b0dab7c8a7bdf044eb415411f39 (diff)
downloadspec-helper-7d3a7d58b73d8606cb2a4495731492f00eb0b733.tar
spec-helper-7d3a7d58b73d8606cb2a4495731492f00eb0b733.tar.gz
spec-helper-7d3a7d58b73d8606cb2a4495731492f00eb0b733.tar.bz2
spec-helper-7d3a7d58b73d8606cb2a4495731492f00eb0b733.tar.xz
spec-helper-7d3a7d58b73d8606cb2a4495731492f00eb0b733.zip
normalize man page has been dropped
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 4 insertions, 9 deletions
diff --git a/README b/README
index a04fe89..d766d58 100644
--- a/README
+++ b/README
@@ -7,20 +7,15 @@ clean_files
remove backup files.
Set DONT_CLEANUP to disable.
-normalize_man_pages
-ensure all man page first line is a comment, so as to be recognized by file(1)
-Set DONT_NORMALIZE to disable, or EXCLUDE_FROM_NORMALIZATION to give a
-space-separated list of regexps matching files to exclude.
-
compress_files
compress man and info pages.
Set DONT_COMPRESS to disable, or EXCLUDE_FROM_COMPRESS to give a
-space-separated list of regexps matching files to exclude.
+regexps matching files to exclude.
strip_and_check_elf_files
Strip elf files and check for overlinking/underlinking.
-Set DONT_STRIP to disable, or EXCLUDE_FROM_STRIP to give a space-separated list
-of regexps matching files to exclude.
+Set DONT_STRIP to disable, or EXCLUDE_FROM_STRIP to give a regexp matching
+files to exclude.
See http://wiki.mandriva.com/en/Overlinking for more info about overlinking
relink_symlinks
@@ -59,4 +54,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 of regexps matching files to exclude.
+regexp matching files to exclude.