diff options
-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) |