diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2009-06-17 13:15:46 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2009-06-17 13:15:46 +0000 |
commit | 04623c0739fd41eca6382f3534efb5d6332e9bd1 (patch) | |
tree | bf1ddd2735aa965201eae5418bb73940e250abe2 /helpcontent2/source | |
parent | c6b61710c44abd1b8dda1f3e3736fe6bc19ac1b4 (diff) |
CWS-TOOLING: integrate CWS l10ncleanup04
2009-05-28 13:46:54 +0200 ihi r272407 : remove forgotten sdf's
2009-05-25 22:32:35 +0200 ihi r272273 : no WITH_LANG fix
2009-05-25 20:45:58 +0200 ihi r272272 : remove some comments
2009-05-25 19:55:21 +0200 ihi r272271 : svx dialog -> cui l10n move
2009-05-25 18:30:58 +0200 ihi r272268 : build fix
2009-05-18 16:32:02 +0200 ihi r272033 : bash fix
2009-05-18 16:31:32 +0200 ihi r272032 : bash fix
2009-05-14 16:23:39 +0200 ihi r271901 : #i79750# Translation moved to l10n module
2009-05-11 23:36:05 +0200 ihi r271793 : #i79750# Translation moved into own module
Diffstat (limited to 'helpcontent2/source')
-rw-r--r-- | helpcontent2/source/auxiliary/makefile.mk | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/helpcontent2/source/auxiliary/makefile.mk b/helpcontent2/source/auxiliary/makefile.mk index 386d06305c..5f4369adb1 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 ----------------------------------------------------- @@ -33,6 +33,7 @@ TREEFILES = \ # --- Targets ------------------------------------------------------ .INCLUDE : target.mk +.EXPORT : LOCALIZESDF LOCALIZATION_FOUND TRYSDF ALLTAR : aux_dirs $(COMMONMISC)$/treefiles.done $(COMMONBIN)$/helpimg.ilst @@ -58,7 +59,7 @@ 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) $@ @@ -67,7 +68,9 @@ $(LOCTREEFILES) : $(TREEFILES) $$(@:d)$/dir.created @$(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 : |