diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-14 09:57:25 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-14 09:57:25 +0000 |
commit | 5eb8a60c4da4f0d3865268b4c317f03c86d68cf0 (patch) | |
tree | 43940308cea9027ad07682a8cbb086a9a7742486 /perl-install/Makefile | |
parent | 614a9bb4d1141e4ed290506e288c8dc7288d996f (diff) | |
download | drakx-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')
-rw-r--r-- | perl-install/Makefile | 6 |
1 files changed, 5 insertions, 1 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: |