diff options
-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) |