summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile.drakxtools
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/Makefile.drakxtools')
-rw-r--r--perl-install/Makefile.drakxtools2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools
index 35fa5fc70..8cc520414 100644
--- a/perl-install/Makefile.drakxtools
+++ b/perl-install/Makefile.drakxtools
@@ -75,3 +75,5 @@ install:
ln -s {net_monitor,$(SBINDEST)/draknet_monitor}
ln -s {printerdrake,$(SBINDEST)/drakprinter}
ln -s {scannerdrake,$(SBINDEST)/drakscanner}
+ mkdir -p $(PREFIX)/usr/share/man/man{5,8}
+ for i in 5 8; do install -m 644 standalone/man/C/man$$i/* $(PREFIX)/usr/share/man/man$$i; done