diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-12-16 12:01:03 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-12-16 12:01:03 +0000 |
commit | 1e1bdd10bc415e6a600d9957cea5eb1bdf412705 (patch) | |
tree | 43e7807c7a5fffa904f041e3d7a5fd502e36effc /helpcontent2/util/schart | |
parent | dcd338c5a179139e392b05324f7394a279895813 (diff) |
INTEGRATION: CWS helpaux (1.8.2); FILE MERGED
2004/12/13 15:07:33 fpe 1.8.2.4: RESYNC: (1.8-1.9); FILE MERGED
2004/12/08 17:42:25 fpe 1.8.2.3: updated makefiles
2004/12/08 12:08:53 fpe 1.8.2.2: conflict resolve
2004/11/30 18:31:00 fpe 1.8.2.1: *** empty log message ***
Diffstat (limited to 'helpcontent2/util/schart')
-rw-r--r-- | helpcontent2/util/schart/makefile.mk | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/helpcontent2/util/schart/makefile.mk b/helpcontent2/util/schart/makefile.mk index 5328a2a5df..4cc747025a 100644 --- a/helpcontent2/util/schart/makefile.mk +++ b/helpcontent2/util/schart/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: rt $ $Date: 2004-11-27 00:25:06 $ +#* last change $Author: rt $ $Date: 2004-12-16 13:01:03 $ #* -#* $Revision: 1.9 $ +#* $Revision: 1.10 $ #* #* $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_schart ZIP1FLAGS= -u -r ZIP1DIR=$(MISC)$/$(LANGDIR) ZIP1LIST=$(LANGDIR)$/text$/schart$/* -x "*.dphh*" -x "*.hzip" -.ENDIF LINKNAME=schart |