summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile.drakxtools
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-09-14 09:57:25 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-09-14 09:57:25 +0000
commit5eb8a60c4da4f0d3865268b4c317f03c86d68cf0 (patch)
tree43940308cea9027ad07682a8cbb086a9a7742486 /perl-install/Makefile.drakxtools
parent614a9bb4d1141e4ed290506e288c8dc7288d996f (diff)
downloaddrakx-5eb8a60c4da4f0d3865268b4c317f03c86d68cf0.tar
drakx-5eb8a60c4da4f0d3865268b4c317f03c86d68cf0.tar.gz
drakx-5eb8a60c4da4f0d3865268b4c317f03c86d68cf0.tar.bz2
drakx-5eb8a60c4da4f0d3865268b4c317f03c86d68cf0.tar.xz
drakx-5eb8a60c4da4f0d3865268b4c317f03c86d68cf0.zip
package man pages
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