summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile.drakxtools
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/Makefile.drakxtools')
-rw-r--r--perl-install/Makefile.drakxtools4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools
index ae3dcae5d..b0e1eff52 100644
--- a/perl-install/Makefile.drakxtools
+++ b/perl-install/Makefile.drakxtools
@@ -1,6 +1,7 @@
+include Makefile.config
+
DIRS = ddcprobe pnp_serial po Newt c pci_probing resize_fat
PREFIX =
-STANDALONEPMS= diskdrake XFdrake mousedrake lspcidrake printerdrake keyboarddrake netdrake drakxconf drakxservices draksec adduserdrake
SBINDEST = $(PREFIX)/usr/sbin
ETCDEST = $(PREFIX)/etc/gtk
BINDEST = $(PREFIX)/usr/bin
@@ -15,6 +16,7 @@ all: $(DIRS)
$(DIRS):
install -d auto
rm standalone ; ln -s . standalone
+ rm -f po/DrakX.pot # force rebuild of po's
$(MAKE) -C $@
install: