diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-12-16 12:01:21 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-12-16 12:01:21 +0000 |
commit | a9ff1e2455e5ffdbaaad9335a7b62828d6bb23be (patch) | |
tree | a1ddf7caa10ec465340d6438d988b161a9bd2ace /helpcontent2/util | |
parent | 1e1bdd10bc415e6a600d9957cea5eb1bdf412705 (diff) |
INTEGRATION: CWS helpaux (1.7.2); FILE MERGED
2004/12/13 15:06:42 fpe 1.7.2.4: RESYNC: (1.7-1.8); FILE MERGED
2004/12/08 17:42:25 fpe 1.7.2.3: updated makefiles
2004/12/08 12:08:53 fpe 1.7.2.2: conflict resolve
2004/11/30 18:31:00 fpe 1.7.2.1: *** empty log message ***
Diffstat (limited to 'helpcontent2/util')
-rw-r--r-- | helpcontent2/util/sdraw/makefile.mk | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/helpcontent2/util/sdraw/makefile.mk b/helpcontent2/util/sdraw/makefile.mk index 0f9299c4bd..81f5447d93 100644 --- a/helpcontent2/util/sdraw/makefile.mk +++ b/helpcontent2/util/sdraw/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: rt $ $Date: 2004-11-27 00:25:19 $ +#* last change $Author: rt $ $Date: 2004-12-16 13:01:21 $ #* -#* $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_sdraw ZIP1FLAGS= -u -r ZIP1DIR=$(MISC)$/$(LANGDIR) ZIP1LIST=$(LANGDIR)$/text$/sdraw$/* -x "*.dphh*" -x "*.hzip" -.ENDIF LINKNAME=sdraw |