diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 20:27:07 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 20:27:07 +0000 |
commit | a8fc04edaa32b5ab8c04dde1ab242facc8957ef5 (patch) | |
tree | 1f474d36a952156450ba4c06b13b9a66536dae3c /helpcontent2/source/text/shared/04 | |
parent | 02ff6eb517eac4973e764581c06d8e59e4d097a8 (diff) |
INTEGRATION: CWS helpcontentbeta (1.3.2); FILE MERGED
2004/11/11 13:40:19 fpe 1.3.2.5: updated makefiles
2004/10/28 10:47:51 fpe 1.3.2.4: updated makefiles
2004/10/15 09:01:05 fpe 1.3.2.3: new makefiles
2004/09/16 12:26:33 fpe 1.3.2.2: Regular Update
2004/09/16 11:47:26 fpe 1.3.2.1: Regular Update
Diffstat (limited to 'helpcontent2/source/text/shared/04')
-rw-r--r-- | helpcontent2/source/text/shared/04/makefile.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/helpcontent2/source/text/shared/04/makefile.mk b/helpcontent2/source/text/shared/04/makefile.mk index f985e03afe..452cbdd6b5 100644 --- a/helpcontent2/source/text/shared/04/makefile.mk +++ b/helpcontent2/source/text/shared/04/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: fpe $ $Date: 2004-08-19 19:54:14 $ +#* last change $Author: rt $ $Date: 2004-11-26 21:27:07 $ #* -#* $Revision: 1.3 $ +#* $Revision: 1.4 $ #* #* $Logfile:$ #* @@ -15,12 +15,12 @@ # edit to match directory level PRJ = ..$/..$/..$/.. -# same for all makefiles in "help2" -PRJNAME = help2 +# same for all makefiles in "helpcontent2" +PRJNAME = helpcontent2 # edit to match the current package PACKAGE = text/shared/04 # uniqe name (module wide); -# using a modified forme of package should do here +# using a modified form of package should do here TARGET = text_shared_04 # edit to match the current module MODULE = shared @@ -32,8 +32,8 @@ MODULE = shared # this list matches the *.xhp files to process HZIPFILES = \ - 01010000.hzip \ - 01020000.hzip + 01010000.hzip \ + 01020000.hzip # --- Targets ------------------------------------------------------ |