diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-28 11:03:42 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-28 11:03:42 +0000 |
commit | d61da0dbb56190495a68cbbc7eb061f7e34e4818 (patch) | |
tree | 27dea7338478f76904a158b30649e0a423e09d69 /helpcontent2/util/schart | |
parent | f729dd4fdfa73d89cea20f404dc71a22c4089805 (diff) |
INTEGRATION: CWS ause037 (1.13.50); FILE MERGED
2005/09/06 15:29:26 hjs 1.13.50.1: #125412# allow building to shared output tree
Diffstat (limited to 'helpcontent2/util/schart')
-rw-r--r-- | helpcontent2/util/schart/makefile.mk | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/helpcontent2/util/schart/makefile.mk b/helpcontent2/util/schart/makefile.mk index 6ffaf766c3..2f55010125 100644 --- a/helpcontent2/util/schart/makefile.mk +++ b/helpcontent2/util/schart/makefile.mk @@ -3,15 +3,16 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: vg $ $Date: 2005-03-23 13:02:48 $ +#* last change $Author: hr $ $Date: 2005-09-28 12:03:42 $ #* -#* $Revision: 1.13 $ +#* $Revision: 1.14 $ #* #* $Logfile:$ #* #* Copyright 2000 Sun Microsystems, Inc. All Rights Reserved. #* #************************************************************************* + # edit to match directory level PRJ = ..$/.. # same for all makefiles in "helpcontent2" @@ -31,19 +32,19 @@ zip1generatedlangs=TRUE zip1langdirs=$(aux_alllangiso) ZIP1TARGET=xhp_schart ZIP1FLAGS= -u -r -ZIP1DIR=$(MISC)$/$(LANGDIR) +ZIP1DIR=$(COMMONMISC)$/$(LANGDIR) ZIP1LIST=$(LANGDIR)$/text$/schart$/* -x "*.dphh*" -x "*.hzip" -x "*.created" .ENDIF # "$(SOLAR_JAVA)"!="" LINKNAME=schart LINKADDEDFILES= \ - -add schart.tree $(MISC)$/LANGUAGE$/schart.tree \ + -add schart.tree $(COMMONMISC)$/LANGUAGE$/schart.tree \ -add schart.jar $(BIN)$/xhp_schart_LANGUAGE.zip LINKADDEDDEPS= \ - $(MISC)$/LANGUAGE$/schart.tree \ + $(COMMONMISC)$/LANGUAGE$/schart.tree \ $(BIN)$/xhp_schart_LANGUAGE.zip |