diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 12:55:40 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 12:55:40 +0000 |
commit | 0bf8832b52242fda8fd3e5035360d182a65ac473 (patch) | |
tree | 27a620e7da9e138e930b9234950dead533f12532 /helpcontent2/helpers | |
parent | 3f2f8e40d41a1cf3b1ecd52f5f944d783257a6b0 (diff) |
INTEGRATION: CWS helpcontentbeta (1.2.2); FILE MERGED
2004/10/11 10:06:05 fpe 1.2.2.2: Minor corrections
2004/09/16 12:26:19 fpe 1.2.2.1: Regular Update
Diffstat (limited to 'helpcontent2/helpers')
-rw-r--r-- | helpcontent2/helpers/linkmakefile.template | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/helpcontent2/helpers/linkmakefile.template b/helpcontent2/helpers/linkmakefile.template index f52fff51d8..9068235ee7 100644 --- a/helpcontent2/helpers/linkmakefile.template +++ b/helpcontent2/helpers/linkmakefile.template @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: fpe $ $Date: 2004-08-24 10:53:40 $ +#* last change $Author: rt $ $Date: 2004-11-26 13:55:40 $ #* -#* $Revision: 1.2 $ +#* $Revision: 1.3 $ #* #* $Logfile:$ #* @@ -15,10 +15,10 @@ # edit to match directory level PRJ = %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 +# using a modified form of package should do here TARGET = util # --- Settings ----------------------------------------------------- @@ -28,7 +28,7 @@ TARGET = util common_build_zip:= zip1generatedlangs=TRUE -ZIP1TARGET=%module%_xhp +ZIP1TARGET=xhp_%module% ZIP1FLAGS= -u -r ZIP1DIR=$(MISC)$/$(LANGDIR) ZIP1LIST=$(LANGDIR)$/text$/%module%$/* -x "*.dphh*" -x "*.hzip" @@ -48,4 +48,3 @@ LINKLINKFILES= \ .INCLUDE : target.mk .INCLUDE : $(PRJ)$/util$/target.pmk - |