From 807c4f90ccc3e9bfc1b3654b4a72a7cc05eb4e19 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 5 Dec 2005 18:15:17 +0000 Subject: Don't install empty manpages --- Makefile.PL | 6 ++++++ 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) -- cgit v1.2.1