summaryrefslogtreecommitdiff
path: root/helpcontent2/util/simpress
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-02-11 14:17:02 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-02-11 14:17:02 +0000
commit41e70eb0de906f505c891b93064e03ec55df9e5f (patch)
tree68d37a1ce0b30414578ed7f853013a58032a02ca /helpcontent2/util/simpress
parent4be16e694a405cd7cfae724d776fbdff7147cf22 (diff)
INTEGRATION: CWS ause018 (1.11.6); FILE MERGED
2005/02/07 18:56:44 hjs 1.11.6.4: #i42057# avoid zip targets for javaless builds 2005/02/07 16:45:20 hjs 1.11.6.3: #i42057# avoid unwanted files in zip 2005/02/07 14:09:19 hjs 1.11.6.2: #i42057# unique TARGET names in generated link makefiles 2005/02/04 17:42:26 hjs 1.11.6.1: #i39062# use *.tree files generated to MISC
Diffstat (limited to 'helpcontent2/util/simpress')
-rw-r--r--helpcontent2/util/simpress/makefile.mk14
1 files changed, 8 insertions, 6 deletions
diff --git a/helpcontent2/util/simpress/makefile.mk b/helpcontent2/util/simpress/makefile.mk
index d64a2e5b7c..415c834693 100644
--- a/helpcontent2/util/simpress/makefile.mk
+++ b/helpcontent2/util/simpress/makefile.mk
@@ -3,9 +3,9 @@
#* $Workfile:$
#*
#* Creation date KR 28.06.99
-#* last change $Author: rt $ $Date: 2005-01-28 10:48:12 $
+#* last change $Author: hr $ $Date: 2005-02-11 15:16:50 $
#*
-#* $Revision: 1.11 $
+#* $Revision: 1.12 $
#*
#* $Logfile:$
#*
@@ -19,32 +19,34 @@ PRJ = ..$/..
PRJNAME = helpcontent2
# uniqe name (module wide);
# using a modified form of package should do here
-TARGET = util
+TARGET = util_simpress
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
.INCLUDE : $(PRJ)$/settings.pmk
+.IF "$(SOLAR_JAVA)"!=""
common_build_zip:=
zip1generatedlangs=TRUE
zip1langdirs=$(aux_alllangiso)
ZIP1TARGET=xhp_simpress
ZIP1FLAGS= -u -r
ZIP1DIR=$(MISC)$/$(LANGDIR)
-ZIP1LIST=$(LANGDIR)$/text$/simpress$/* -x "*.dphh*" -x "*.hzip"
+ZIP1LIST=$(LANGDIR)$/text$/simpress$/* -x "*.dphh*" -x "*.hzip" -x "*.created"
+.ENDIF # "$(SOLAR_JAVA)"!=""
LINKNAME=simpress
LINKADDEDFILES= \
-add simpress.cfg $(PRJ)$/source$/auxiliary$/LANGUAGE$/simpress.cfg \
- -add simpress.tree $(PRJ)$/source$/auxiliary$/LANGUAGE$/simpress.tree \
+ -add simpress.tree $(MISC)$/LANGUAGE$/simpress.tree \
-add simpress.jar $(BIN)$/xhp_simpress_LANGUAGE.zip
LINKADDEDDEPS= \
$(PRJ)$/source$/auxiliary$/LANGUAGE$/simpress.cfg \
- $(PRJ)$/source$/auxiliary$/LANGUAGE$/simpress.tree \
+ $(MISC)$/LANGUAGE$/simpress.tree \
$(BIN)$/xhp_simpress_LANGUAGE.zip