aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-12-05 18:15:17 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-12-05 18:15:17 +0000
commit807c4f90ccc3e9bfc1b3654b4a72a7cc05eb4e19 (patch)
tree8b60b6a02515ba468462b6ecc7c8e35409316fb7 /Makefile.PL
parentc09214865c55ec4f741a65d763c14f6db3c473a7 (diff)
downloadrpmtools-807c4f90ccc3e9bfc1b3654b4a72a7cc05eb4e19.tar
rpmtools-807c4f90ccc3e9bfc1b3654b4a72a7cc05eb4e19.tar.gz
rpmtools-807c4f90ccc3e9bfc1b3654b4a72a7cc05eb4e19.tar.bz2
rpmtools-807c4f90ccc3e9bfc1b3654b4a72a7cc05eb4e19.tar.xz
rpmtools-807c4f90ccc3e9bfc1b3654b4a72a7cc05eb4e19.zip
Don't install empty manpages
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL6
1 files changed, 6 insertions, 0 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',