diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-08 17:03:05 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-08 17:03:05 +0000 |
commit | 171091e1a7738f3a2b215714f20177f20dfb05d8 (patch) | |
tree | 936e7889e77447fbb87250ef2632e6fd69043a22 /helpcontent2/source/auxiliary/makefile.mk | |
parent | 0c5878815637b54c3d431d1fb54b4007fe7e6e66 (diff) |
INTEGRATION: CWS hc680pb2 (1.2.12); FILE MERGED
2005/02/10 10:32:05 fpe 1.2.12.1: tree creation process updated, see cws ause018
Diffstat (limited to 'helpcontent2/source/auxiliary/makefile.mk')
-rw-r--r-- | helpcontent2/source/auxiliary/makefile.mk | 8 |
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) |