summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-09-11 20:08:28 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-09-11 20:08:28 +0000
commit06b51871072190efb1cda003ebb2f60334b25fa2 (patch)
tree9365c4e3ba2471b2adec87ed6a2f62fb1ffe3fe3 /perl-install/Makefile
parent69ef56650dd4ba4a8bad534fe05cb9b15934c9dd (diff)
downloaddrakx-backup-do-not-use-06b51871072190efb1cda003ebb2f60334b25fa2.tar
drakx-backup-do-not-use-06b51871072190efb1cda003ebb2f60334b25fa2.tar.gz
drakx-backup-do-not-use-06b51871072190efb1cda003ebb2f60334b25fa2.tar.bz2
drakx-backup-do-not-use-06b51871072190efb1cda003ebb2f60334b25fa2.tar.xz
drakx-backup-do-not-use-06b51871072190efb1cda003ebb2f60334b25fa2.zip
(tar-drakxtools): remove the building of "help" for drakxtools
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 1ebc673fd..51acbc583 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -23,6 +23,7 @@ tar-drakxtools: clean
$(MAKE) -C ../tools clean
cd .. ; rm -rf drakxtools ; cp -af perl-install drakxtools ; cp -af tools/rpcinfo-flushed.c tools/ddcprobe tools/serial_probe drakxtools
cd ../drakxtools ; perl -pi -e 's/^C_RPM.*/C_RPM=0/; s/^C_DRAKX.*/C_DRAKX=0/' c/Makefile
+ cd ../drakxtools ; perl -pi -e 's/^all: help/all:/' share/po/Makefile
cd ../drakxtools ; rm -rf install* pkgs.pm help.pm ftp.pm t.pm */CVS ; mv Makefile.drakxtools Makefile ; mv -f standalone/* .
cd .. ; tar cfj drakxtools.tar.bz2 --exclude CVS $(patsubst %,drakxtools/%,Makefile Makefile.config Newt c ddcprobe serial_probe share/po sbus_probing resize_fat share/diskdrake.rc share/wizard.rc $(STANDALONEPMS) icons pixmaps network interactive_http rpcinfo-flushed.c *.pm)
cd .. ; rm -rf drakxtools