summaryrefslogtreecommitdiff
path: root/helpcontent2/source/auxiliary/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'helpcontent2/source/auxiliary/makefile.mk')
-rw-r--r--helpcontent2/source/auxiliary/makefile.mk35
1 files changed, 19 insertions, 16 deletions
diff --git a/helpcontent2/source/auxiliary/makefile.mk b/helpcontent2/source/auxiliary/makefile.mk
index 386d06305c..e4135d6605 100644
--- a/helpcontent2/source/auxiliary/makefile.mk
+++ b/helpcontent2/source/auxiliary/makefile.mk
@@ -14,7 +14,7 @@
#*************************************************************************
PRJ = ..$/..
-PRJNAME = help2
+PRJNAME = helpcontent2
TARGET = auxiliary
# --- Settings -----------------------------------------------------
@@ -22,17 +22,18 @@ TARGET = auxiliary
.INCLUDE : settings.mk
TREEFILES = \
- sbasic.tree \
- simpress.tree \
- scalc.tree \
- smath.tree \
- schart.tree \
- swriter.tree \
- shared.tree
+ sbasic.tree \
+ simpress.tree \
+ scalc.tree \
+ smath.tree \
+ schart.tree \
+ swriter.tree \
+ shared.tree
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
+.EXPORT : LOCALIZESDF LOCALIZATION_FOUND TRYSDF
ALLTAR : aux_dirs $(COMMONMISC)$/treefiles.done $(COMMONBIN)$/helpimg.ilst
@@ -58,24 +59,26 @@ LOCTREEFILES:=$(foreach,j,$(TREEFILES) $(COMMONMISC)$/en-US$/$j)
.ENDIF #IF "$(WITH_LANG)"!=""
$(COMMONMISC)$/treefiles.done : $(LOCTREEFILES)
- @$(PERL) $(PRJ)$/helpers$/update_tree.pl && $(TOUCH) $@
+ +$(PERL) $(PRJ)$/helpers$/update_tree.pl && $(TOUCH) $@
%.created:
- @-$(MKDIRHIER) $(@:d) && $(TOUCH) $@
+ @-$(MKDIRHIER) $(@:d) && $(TOUCH) $@
$(LOCTREEFILES) : $(TREEFILES) $$(@:d)$/dir.created
- @$(TOUCH) $@
+ @$(TOUCH) $@
.IF "$(WITH_LANG)"!=""
-$(LOCTREEFILES) : $(PRJ)$/source$/text$/shared$/localize.sdf
+#$(LOCTREEFILES) : $(PRJ)$/source$/text$/shared$/localize.sdf
+$(LOCTREEFILES) : $(LOCALIZESDF:d:d:d:d)$/text$/shared/localize.sdf
+$(LOCALIZESDF:d:d:d:d)$/text$/shared/localize.sdf : $(LOCALIZESDF)
.ENDIF # "$(WITH_LANG)"!=""
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) $@
-
+ -$(RM) $@
+ $(PERL) $(PRJ)$/helpers$/create_ilst.pl -dir=$(SOLARSRC)/default_images/res/helpimg > $@.$(INPATH)
+ $(RENAME) $@.$(INPATH) $@
+