summaryrefslogtreecommitdiff
path: root/helpcontent2/util/shared/makefile.mk
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2010-05-21 16:34:25 +0200
committerKurt Zenker <kz@openoffice.org>2010-05-21 16:34:25 +0200
commitbe6a147aa0a7f7d1567d001e9e5caab4c41ad27a (patch)
tree2a5f6af80692312d4d0cd8d3d96f1802688260eb /helpcontent2/util/shared/makefile.mk
parent5b04604ec7953a3a1c3b9a611bc115bfd15c7470 (diff)
parent274595d7c039ca9816bea8919e07d7deb8ecd4b2 (diff)
CWS-TOOLING: integrate CWS commonhelp ooo/DEV300_m80ooo/DEV300_m79
Diffstat (limited to 'helpcontent2/util/shared/makefile.mk')
-rw-r--r--helpcontent2/util/shared/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/helpcontent2/util/shared/makefile.mk b/helpcontent2/util/shared/makefile.mk
index 76237f68ad..35581be8be 100644
--- a/helpcontent2/util/shared/makefile.mk
+++ b/helpcontent2/util/shared/makefile.mk
@@ -38,7 +38,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
@@ -49,7 +49,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 \
@@ -60,7 +60,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 \