diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2009-03-29 22:26:40 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2009-03-29 22:26:40 +0000 |
commit | a6de08175f820a4318d4b0d021fc89cb798e5535 (patch) | |
tree | 1d7fd330e49f522df1ce9b1ca73bf138aa5fae46 /Makefile | |
parent | d83f5d04dc1ed7d4a0009efef3338c8bb664869b (diff) | |
download | spec-helper-a6de08175f820a4318d4b0d021fc89cb798e5535.tar spec-helper-a6de08175f820a4318d4b0d021fc89cb798e5535.tar.gz spec-helper-a6de08175f820a4318d4b0d021fc89cb798e5535.tar.bz2 spec-helper-a6de08175f820a4318d4b0d021fc89cb798e5535.tar.xz spec-helper-a6de08175f820a4318d4b0d021fc89cb798e5535.zip |
add normalize_man_pages to files list
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3,8 +3,9 @@ VERSION = 0.29.5 SVNPATH = svn+ssh://svn.mandriva.com/svn/soft/rpm/$(PACKAGE) SCRIPT_FILES = clean_files clean_perl compress_files strip_and_check_elf_files \ - lib_symlinks gprintify.py fix_mo translate_menu \ - fix_pamd gprintify remove_info_dir relink_symlinks fix_eol + lib_symlinks gprintify.py fix_mo translate_menu \ + fix_pamd gprintify remove_info_dir relink_symlinks fix_eol \ + normalize_man_pages BIN_FILES = macroszification MACROS_FILES = spec-helper.macros FILES = AUTHORS Makefile NEWS README \ |