summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-01-13 15:16:48 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-01-13 15:16:48 +0000
commitdde0ac239bfab7e922c23d3e4ef507364e33260d (patch)
tree08d19da986209827b57fc9e5395bd499d7540748
parentb078da39dc8795dcb7d79b7d3a0a551070de92e8 (diff)
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
-rw-r--r--helpcontent2/source/auxiliary/makefile.mk12
1 files changed, 9 insertions, 3 deletions
diff --git a/helpcontent2/source/auxiliary/makefile.mk b/helpcontent2/source/auxiliary/makefile.mk
index e6d24fcdf8..58fa3729ca 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) $@
+
+