diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-12-16 12:01:59 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-12-16 12:01:59 +0000 |
commit | f50935fffe5467dc3105cbbdc32e1c8837f58433 (patch) | |
tree | 29164fddc19dd685a941431561f063550f3e7738 /helpcontent2 | |
parent | 98ac17e72dd2910e99a7223f532c62c7b6b82e2e (diff) |
INTEGRATION: CWS helpaux (1.7.2); FILE MERGED
2004/12/13 15:06:52 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: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')
-rw-r--r-- | helpcontent2/util/smath/makefile.mk | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/helpcontent2/util/smath/makefile.mk b/helpcontent2/util/smath/makefile.mk index aa4ebdd4f6..b2eac49021 100644 --- a/helpcontent2/util/smath/makefile.mk +++ b/helpcontent2/util/smath/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: rt $ $Date: 2004-11-27 00:25:57 $ +#* last change $Author: rt $ $Date: 2004-12-16 13:01:59 $ #* -#* $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_smath ZIP1FLAGS= -u -r ZIP1DIR=$(MISC)$/$(LANGDIR) ZIP1LIST=$(LANGDIR)$/text$/smath$/* -x "*.dphh*" -x "*.hzip" -.ENDIF LINKNAME=smath |