diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 23:25:06 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 23:25:06 +0000 |
commit | 7b5113a42a3dbb6d8333d551a1fbd6d08312be24 (patch) | |
tree | bfb4ccfc83bcb0fe5e1e00548ab3b19e5142dea4 /helpcontent2/util/schart | |
parent | 2875deed4d5b90fd387716b368f696ca67bb6ab3 (diff) |
INTEGRATION: CWS helpcontentbeta (1.7.2); FILE MERGED
2004/11/11 13:40:30 fpe 1.7.2.4: updated makefiles
2004/10/28 10:48:04 fpe 1.7.2.3: updated makefiles
2004/10/15 09:01:18 fpe 1.7.2.2: new makefiles
2004/09/16 12:26:45 fpe 1.7.2.1: Regular Update
Diffstat (limited to 'helpcontent2/util/schart')
-rw-r--r-- | helpcontent2/util/schart/makefile.mk | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/helpcontent2/util/schart/makefile.mk b/helpcontent2/util/schart/makefile.mk index c698d665b9..5328a2a5df 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: hr $ $Date: 2004-11-09 11:47:26 $ +#* last change $Author: rt $ $Date: 2004-11-27 00:25:06 $ #* -#* $Revision: 1.8 $ +#* $Revision: 1.9 $ #* #* $Logfile:$ #* @@ -15,11 +15,11 @@ # edit to match directory level PRJ = ..$/.. -# same for all makefiles in "help2" -PRJNAME = help2 +# same for all makefiles in "helpcontent2" +PRJNAME = helpcontent2 # uniqe name (module wide); -# using a modified forme of package should do here -TARGET = schart_util +# using a modified form of package should do here +TARGET = util # --- Settings ----------------------------------------------------- @@ -29,7 +29,7 @@ TARGET = schart_util .IF "$(SOLAR_JAVA)"!="" common_build_zip:= zip1generatedlangs=TRUE -ZIP1TARGET=schart_xhp +ZIP1TARGET=xhp_schart ZIP1FLAGS= -u -r ZIP1DIR=$(MISC)$/$(LANGDIR) ZIP1LIST=$(LANGDIR)$/text$/schart$/* -x "*.dphh*" -x "*.hzip" @@ -39,12 +39,12 @@ ZIP1LIST=$(LANGDIR)$/text$/schart$/* -x "*.dphh*" -x "*.hzip" LINKNAME=schart LINKADDEDFILES= \ -add schart.tree $(PRJ)$/source$/auxiliary$/LANGUAGE$/schart.tree \ - -add schart.jar $(BIN)$/schart_xhp_LANGUAGE.zip + -add schart.jar $(BIN)$/xhp_schart_LANGUAGE.zip LINKADDEDDEPS= \ $(PRJ)$/source$/auxiliary$/LANGUAGE$/schart.tree \ - $(BIN)$/schart_xhp_LANGUAGE.zip + $(BIN)$/xhp_schart_LANGUAGE.zip LINKLINKFILES= \ @@ -54,4 +54,3 @@ LINKLINKFILES= \ .INCLUDE : target.mk .INCLUDE : $(PRJ)$/util$/target.pmk - |