aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
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',