diff options
author | Frank Peters <fpe@openoffice.org> | 2010-02-19 17:10:42 +0100 |
---|---|---|
committer | Frank Peters <fpe@openoffice.org> | 2010-02-19 17:10:42 +0100 |
commit | b09dc9a00d1eccf2b12ce59d44aa521151542b40 (patch) | |
tree | 6a029b41a0e34fa4b6753f4023aa968da0f641dd /helpcontent2/util/shared/makefile.mk | |
parent | 17600cbdd3bdd41e8edf905dc85012ac00e217d2 (diff) |
#i104543#
Diffstat (limited to 'helpcontent2/util/shared/makefile.mk')
-rw-r--r-- | helpcontent2/util/shared/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/helpcontent2/util/shared/makefile.mk b/helpcontent2/util/shared/makefile.mk index 6bc04ce32d..a5ccfb5e32 100644 --- a/helpcontent2/util/shared/makefile.mk +++ b/helpcontent2/util/shared/makefile.mk @@ -26,7 +26,7 @@ TARGET = util_shared .INCLUDE : settings.mk .INCLUDE : $(PRJ)$/settings.pmk -common_build_zip:= +#common_build_zip:= zip1generatedlangs=TRUE zip1langdirs=$(aux_alllangiso) ZIP1TARGET=xhp_shared @@ -37,7 +37,7 @@ ZIP1LIST=$(LANGDIR)$/text$/shared$/* -x "*.xhp????*" -x "*.dphh*" -x "*.hzip" -x LINKNAME=shared LINKADDEDFILES= \ -add shared.tree $(COMMONMISC)$/LANGUAGE$/shared.tree \ - -add shared.jar $(BIN)$/xhp_shared_LANGUAGE.zip \ + -add shared.jar $(COMMONBIN)$/xhp_shared_LANGUAGE.zip \ -add default.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/default.css \ -add highcontrast1.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast1.css \ -add highcontrast2.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast2.css \ @@ -48,7 +48,7 @@ LINKADDEDFILES= \ LINKADDEDDEPS= \ $(COMMONMISC)$/LANGUAGE$/shared.tree \ - $(BIN)$/xhp_shared_LANGUAGE.zip \ + $(COMMONBIN)$/xhp_shared_LANGUAGE.zip \ $(PRJ)$/source$/auxiliary$/LANGUAGE$/default.css \ $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast1.css \ $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast2.css \ |