From 5eb8a60c4da4f0d3865268b4c317f03c86d68cf0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 14 Sep 2004 09:57:25 +0000 Subject: package man pages --- perl-install/Makefile | 6 +++++- perl-install/Makefile.drakxtools | 2 ++ perl-install/drakxtools.spec | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/perl-install/Makefile b/perl-install/Makefile index 080762237..649ba9410 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -8,7 +8,7 @@ include Makefile.config POFILES = $(shell ls share/po/*.po) MOFILES = $(POFILES:%.po=%.mo) -DISTFILES = *.pm $(PMS_DIRS) Makefile Makefile.config ddcprobe drakxtools.spec serial_probe share/po share/diskdrake.rc $(STANDALONEPMS) standalone/icons pixmaps pixmaps/langs standalone/interactive_http rpcinfo-flushed.c standalone/service_harddrake.sh +DISTFILES = *.pm $(PMS_DIRS) Makefile Makefile.config ddcprobe drakxtools.spec serial_probe share/po share/diskdrake.rc $(STANDALONEPMS) standalone/icons standalone/man/C/* pixmaps pixmaps/langs standalone/interactive_http rpcinfo-flushed.c standalone/service_harddrake.sh OTHERS = $(OTHERDIRS) $(OTHERFILES) OTHERDIRS = tools/ddcprobe tools/serial_probe OTHERFILES = tools/rpcinfo-flushed.c @@ -19,6 +19,10 @@ STAGE1 = ../mdk-stage1 all: list_modules.pm TAGS $(DIRS) +up: + (cd ..; cvs up;cd -;make localsrpm;up /home/tv/rpm/SRPMS/drakxtools-$(PKGVERSION)-$(RELEASE:).src.rpm) + + xs: $(DIRS) list_modules.pm: 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 diff --git a/perl-install/drakxtools.spec b/perl-install/drakxtools.spec index e6c6088eb..e202422a0 100644 --- a/perl-install/drakxtools.spec +++ b/perl-install/drakxtools.spec @@ -1,7 +1,7 @@ Summary: The drakxtools (XFdrake, diskdrake, keyboarddrake, mousedrake...) Name: drakxtools Version: 10.1 -Release: 6mdk +Release: 7mdk Url: http://www.mandrakelinux.com/en/drakx.php3 Source0: %name-%version.tar.bz2 License: GPL @@ -303,6 +303,7 @@ file /etc/sysconfig/harddrake2/previous_hw | fgrep -q perl && %_datadir/harddrak %_iconsdir/localedrake.png %_iconsdir/large/localedrake.png %_iconsdir/mini/localedrake.png +%_mandir/*/* %files -f %{name}-gtk.list %defattr(-,root,root) -- cgit v1.2.1