From dde0ac239bfab7e922c23d3e4ef507364e33260d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Fri, 13 Jan 2006 15:16:48 +0000 Subject: INTEGRATION: CWS ause046 (1.8.2); FILE MERGED 2005/12/20 17:36:31 hjs 1.8.2.2: #i59471# avoid truncated files 2005/12/20 15:55:33 hjs 1.8.2.1: #i59471# generate image list --- helpcontent2/source/auxiliary/makefile.mk | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'helpcontent2/source/auxiliary/makefile.mk') diff --git a/helpcontent2/source/auxiliary/makefile.mk b/helpcontent2/source/auxiliary/makefile.mk index e6d24fcdf..58fa3729c 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: rt $ $Date: 2005-12-14 15:34:01 $ +#* last change $Author: rt $ $Date: 2006-01-13 16:16:48 $ #* -#* $Revision: 1.8 $ +#* $Revision: 1.9 $ #* #* $Logfile:$ #* @@ -34,7 +34,7 @@ TREEFILES = \ .INCLUDE : target.mk -ALLTAR : aux_dirs $(COMMONMISC)$/treefiles.done +ALLTAR : aux_dirs $(COMMONMISC)$/treefiles.done $(COMMONBIN)$/helpimg.ilst .IF "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt" t_aux_langdirs:=$(shell +find ./ -name "*.cfg" | sed "s/\.\/\///" | sed "s/\.\///" ) @@ -64,3 +64,9 @@ $(LOCTREEFILES) : $(TREEFILES) $(PRJ)$/source$/text$/shared$/localize.sdf $$(@:d aux_dirs .PHONY : +echo aux_langdirs:=$(aux_langdirs) > $(INCCOM)$/aux_langs.mk +$(COMMONBIN)$/helpimg.ilst .PHONY: + +-$(RM) $@ + $(PERL) $(PRJ)$/helpers$/create_ilst.pl -dir=$(SOLARSRC)/default_images/res/helpimg > $@.$(INPATH) + +$(RENAME) $@.$(INPATH) $@ + + -- cgit v1.2.1