From 7d8e13b2b63854437daf89f8043da04c1f225474 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 14 Dec 2005 14:34:01 +0000 Subject: INTEGRATION: CWS ause044 (1.7.14); FILE MERGED 2005/11/29 10:52:16 hjs 1.7.14.1: #i57709# remove type restriction --- helpcontent2/source/auxiliary/makefile.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/helpcontent2/source/auxiliary/makefile.mk b/helpcontent2/source/auxiliary/makefile.mk index 0b14f1b256..e6d24fcdf8 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-10-28 11:59:32 $ +#* last change $Author: rt $ $Date: 2005-12-14 15:34:01 $ #* -#* $Revision: 1.7 $ +#* $Revision: 1.8 $ #* #* $Logfile:$ #* @@ -37,9 +37,9 @@ TREEFILES = \ ALLTAR : aux_dirs $(COMMONMISC)$/treefiles.done .IF "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt" -t_aux_langdirs:=$(shell +find ./ -type f -name "*.cfg" | sed "s/\.\/\///" | sed "s/\.\///" ) +t_aux_langdirs:=$(shell +find ./ -name "*.cfg" | sed "s/\.\/\///" | sed "s/\.\///" ) .ELSE # "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt" -t_aux_langdirs:=$(subst,./, $(shell +$(FIND) ./ -type f -name "*.cfg")) +t_aux_langdirs:=$(subst,./, $(shell +$(FIND) ./ -name "*.cfg")) .ENDIF # "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt" aux_langdirs:=$(uniq $(t_aux_langdirs:d:d)) -- cgit v1.2.3