summaryrefslogtreecommitdiff
path: root/helpcontent2/source
diff options
context:
space:
mode:
Diffstat (limited to 'helpcontent2/source')
-rw-r--r--helpcontent2/source/auxiliary/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/helpcontent2/source/auxiliary/makefile.mk b/helpcontent2/source/auxiliary/makefile.mk
index cb87429467..b85d4c830c 100644
--- a/helpcontent2/source/auxiliary/makefile.mk
+++ b/helpcontent2/source/auxiliary/makefile.mk
@@ -3,9 +3,9 @@
#* $Workfile:$
#*
#* Creation date KR 28.06.99
-#* last change $Author: hr $ $Date: 2005-02-11 14:53:59 $
+#* last change $Author: vg $ $Date: 2005-03-08 18:03:05 $
#*
-#* $Revision: 1.3 $
+#* $Revision: 1.4 $
#*
#* $Logfile:$
#*
@@ -46,6 +46,10 @@ aux_langdirs:=$(subst,CVS, $(shell +-dir /ba:d ))
aux_alllangiso:=$(foreach,i,$(alllangiso) $(foreach,j,$(aux_langdirs) $(eq,$i,$j $i $(NULL))))
+WITH_LANG!:=$(aux_alllangiso)
+
+.EXPORT : WITH_LANG
+
LOCTREEFILES:=$(foreach,i,$(aux_alllangiso) $(foreach,j,$(TREEFILES) $(MISC)$/$i$/$j))
$(MISC)$/treefiles.done : $(LOCTREEFILES)