diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 09:27:44 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 09:27:44 +0000 |
commit | fa10291d0f5c046b1c62fb78ef7cecf0e168cc3f (patch) | |
tree | d6c6c63e64dfb167a60df38194065e47698bcdc0 /helpcontent2/source/auxiliary/makefile.mk | |
parent | 8b40fe9c088619441d67d99dcfe9b16b2f30d599 (diff) |
INTEGRATION: CWS hc680pb3 (1.3.6); FILE MERGED
2005/03/16 10:29:06 fpe 1.3.6.1: Regular update
Diffstat (limited to 'helpcontent2/source/auxiliary/makefile.mk')
-rw-r--r-- | helpcontent2/source/auxiliary/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/helpcontent2/source/auxiliary/makefile.mk b/helpcontent2/source/auxiliary/makefile.mk index b85d4c830c..05c9386e0e 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: vg $ $Date: 2005-03-08 18:03:05 $ +#* last change $Author: vg $ $Date: 2005-03-23 10:27:44 $ #* -#* $Revision: 1.4 $ +#* $Revision: 1.5 $ #* #* $Logfile:$ #* @@ -44,6 +44,7 @@ aux_langdirs:=$(shell +find ./ -type d ! -name CVS ! -name "." | sed "s/\.\/\/// aux_langdirs:=$(subst,CVS, $(shell +-dir /ba:d )) .ENDIF # "$(GUI)"=="UNX" + aux_alllangiso:=$(foreach,i,$(alllangiso) $(foreach,j,$(aux_langdirs) $(eq,$i,$j $i $(NULL)))) WITH_LANG!:=$(aux_alllangiso) |