diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-12-16 12:02:13 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-12-16 12:02:13 +0000 |
commit | ac90ac89d5296506309ce88e6adcd34e69bc6b3b (patch) | |
tree | 04dfe8d290b9f1436db6c0934ba34d7f48f3a714 /helpcontent2/util/swriter | |
parent | f50935fffe5467dc3105cbbdc32e1c8837f58433 (diff) |
INTEGRATION: CWS helpaux (1.7.2); FILE MERGED
2004/12/13 15:07:09 fpe 1.7.2.4: RESYNC: (1.7-1.8); FILE MERGED
2004/12/08 17:42:28 fpe 1.7.2.3: updated makefiles
2004/12/08 12:08:55 fpe 1.7.2.2: conflict resolve
2004/11/30 18:31:02 fpe 1.7.2.1: *** empty log message ***
Diffstat (limited to 'helpcontent2/util/swriter')
-rw-r--r-- | helpcontent2/util/swriter/makefile.mk | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/helpcontent2/util/swriter/makefile.mk b/helpcontent2/util/swriter/makefile.mk index aa95078c60..1ccc190b14 100644 --- a/helpcontent2/util/swriter/makefile.mk +++ b/helpcontent2/util/swriter/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: rt $ $Date: 2004-11-27 00:26:10 $ +#* last change $Author: rt $ $Date: 2004-12-16 13:02:13 $ #* -#* $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_swriter ZIP1FLAGS= -u -r ZIP1DIR=$(MISC)$/$(LANGDIR) ZIP1LIST=$(LANGDIR)$/text$/swriter$/* -x "*.dphh*" -x "*.hzip" -.ENDIF LINKNAME=swriter |