summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile.config
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-24 22:12:28 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-24 22:12:28 +0000
commitefcd2b112baacf97b784f965a4188733969f2b67 (patch)
treede190a319a22b61e9ad33c6aa9e57a699ec3af26 /perl-install/Makefile.config
parentf64471ee99e8b5d7ee21af0a51b5901fa597dbcf (diff)
downloaddrakx-backup-do-not-use-efcd2b112baacf97b784f965a4188733969f2b67.tar
drakx-backup-do-not-use-efcd2b112baacf97b784f965a4188733969f2b67.tar.gz
drakx-backup-do-not-use-efcd2b112baacf97b784f965a4188733969f2b67.tar.bz2
drakx-backup-do-not-use-efcd2b112baacf97b784f965a4188733969f2b67.tar.xz
drakx-backup-do-not-use-efcd2b112baacf97b784f965a4188733969f2b67.zip
add PMS_DIRS in Makefile.config and use it everywhere
(cleaning some ugly stuff in Makefile.drakxtools while doing so) => now adding a new directory only need to be done at one place
Diffstat (limited to 'perl-install/Makefile.config')
-rw-r--r--perl-install/Makefile.config3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config
index dabc34066..696a4ce62 100644
--- a/perl-install/Makefile.config
+++ b/perl-install/Makefile.config
@@ -5,7 +5,8 @@ ARCH := $(patsubst sparc%,sparc,$(ARCH))
VERSION = 2.2.10-BOOT
SUDO = sudo
SO_FILES = c/blib/arch/auto/c/c.so
-PMS = *.pm Newt/*.pm c/stuff.pm resize_fat/*.pm sbus_probing/*.pm network/*.pm interactive/*.pm partition_table/*.pm diskdrake/*.pm harddrake/*.pm commands install2 g_auto_install live_install live_install2 share/advertising/*.pl
+PMS_DIRS = c diskdrake harddrake interactive network Newt partition_table resize_fat sbus_probing security
+PMS = *.pm $(PMS_DIRS:%=%/*.pm) commands install2 g_auto_install live_install live_install2 share/advertising/*.pl
STANDALONEPMS_ = diskdrake XFdrake mousedrake printerdrake logdrake keyboarddrake drakconnect drakbackup drakfont drakproxy localedrake net_monitor drakbug_report tinyfirewall drakxconf drakxservices draksec drakboot adduserdrake drakgw drakautoinst livedrake lsnetdrake scannerdrake fileshareset drakxtv drakfloppy harddrake2 drakTermServ service_harddrake service_harddrake.sh drakbug
STANDALONEPMS = $(STANDALONEPMS_:%=standalone/%)
ALLPMS = $(PMS) $(STANDALONEPMS)