diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-12-05 18:15:17 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-12-05 18:15:17 +0000 |
commit | 807c4f90ccc3e9bfc1b3654b4a72a7cc05eb4e19 (patch) | |
tree | 8b60b6a02515ba468462b6ecc7c8e35409316fb7 | |
parent | c09214865c55ec4f741a65d763c14f6db3c473a7 (diff) | |
download | rpmtools-807c4f90ccc3e9bfc1b3654b4a72a7cc05eb4e19.tar rpmtools-807c4f90ccc3e9bfc1b3654b4a72a7cc05eb4e19.tar.gz rpmtools-807c4f90ccc3e9bfc1b3654b4a72a7cc05eb4e19.tar.bz2 rpmtools-807c4f90ccc3e9bfc1b3654b4a72a7cc05eb4e19.tar.xz rpmtools-807c4f90ccc3e9bfc1b3654b4a72a7cc05eb4e19.zip |
Don't install empty manpages
-rw-r--r-- | Makefile.PL | 6 | ||||
-rw-r--r-- | rpmtools.spec | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL index 9fec758..7a99e8f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -76,6 +76,12 @@ WriteMakefile( INC => '', LIBS => [ '' ], INSTALLDIRS => 'vendor', + MAN1PODS => { + dumpdistribconf => '$(INST_MAN1DIR)/dumpdistribconf.1', + gendistrib => '$(INST_MAN1DIR)/gendistrib.1', + genhdlist => '$(INST_MAN1DIR)/genhdlist.1', + packdrake => '$(INST_MAN1DIR)/packdrake.1', + }, MAN3PODS => {}, dist => { COMPRESS => 'bzip2 --best', diff --git a/rpmtools.spec b/rpmtools.spec index 899b0da..48c5e6b 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -69,8 +69,6 @@ is fully compatible with old packdrake. %{_mandir}/man1/dumpdistribconf* %{_mandir}/man1/gendistrib* %{_mandir}/man1/genhdlist* -%{_mandir}/man1/parsehdlist* -%{_mandir}/man1/rpm2header* %files -n packdrake %defattr(-,root,root) |