diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-12-16 12:01:46 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-12-16 12:01:46 +0000 |
commit | 98ac17e72dd2910e99a7223f532c62c7b6b82e2e (patch) | |
tree | dc3c0c335105b32f6917b38f108da7aa46bd9df7 /helpcontent2/util/simpress | |
parent | b393e10605d7bcf326c3eff748f1ba357ff549db (diff) |
INTEGRATION: CWS helpaux (1.7.2); FILE MERGED
2004/12/13 15:07:01 fpe 1.7.2.4: RESYNC: (1.7-1.8); FILE MERGED
2004/12/08 17:42:27 fpe 1.7.2.3: updated makefiles
2004/12/08 12:08:54 fpe 1.7.2.2: conflict resolve
2004/11/30 18:31:01 fpe 1.7.2.1: *** empty log message ***
Diffstat (limited to 'helpcontent2/util/simpress')
-rw-r--r-- | helpcontent2/util/simpress/makefile.mk | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/helpcontent2/util/simpress/makefile.mk b/helpcontent2/util/simpress/makefile.mk index 48b33429dd..48a83d2262 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: 2004-11-27 00:25:44 $ +#* last change $Author: rt $ $Date: 2004-12-16 13:01:46 $ #* -#* $Revision: 1.8 $ +#* $Revision: 1.9 $ #* #* $Logfile:$ #* @@ -23,17 +23,16 @@ TARGET = util # --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/settings.pmk .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" -.ENDIF LINKNAME=simpress |