diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2009-03-29 22:28:05 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2009-03-29 22:28:05 +0000 |
commit | a7bb1859dba9857093c74f7b9bd45e39f2363c3a (patch) | |
tree | 4c60f7bcae969eee474ed30c285681d36276839a | |
parent | a6de08175f820a4318d4b0d021fc89cb798e5535 (diff) | |
download | spec-helper-a7bb1859dba9857093c74f7b9bd45e39f2363c3a.tar spec-helper-a7bb1859dba9857093c74f7b9bd45e39f2363c3a.tar.gz spec-helper-a7bb1859dba9857093c74f7b9bd45e39f2363c3a.tar.bz2 spec-helper-a7bb1859dba9857093c74f7b9bd45e39f2363c3a.tar.xz spec-helper-a7bb1859dba9857093c74f7b9bd45e39f2363c3a.zip |
document normalize_man_pages
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,6 +7,11 @@ 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 |