diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2004-11-26 14:54:04 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2004-11-26 14:54:04 +0000 |
commit | 4911d80a831b93397d53459c61902c82c38c15ab (patch) | |
tree | b24cd225c9efd3de985f02173ccbdcabc3a4485b | |
parent | 30a5b8d270455e9843378791c7c6d328a01d45f4 (diff) |
INTEGRATION: CWS helpcontentbeta (1.3.2); FILE MERGED
2004/11/11 13:40:10 fpe 1.3.2.5: updated makefiles
2004/10/28 10:47:43 fpe 1.3.2.4: updated makefiles
2004/10/15 09:00:56 fpe 1.3.2.3: new makefiles
2004/09/16 12:26:25 fpe 1.3.2.2: Regular Update
2004/09/16 11:46:05 fpe 1.3.2.1: Regular Update
-rw-r--r-- | helpcontent2/source/text/scalc/00/makefile.mk | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/helpcontent2/source/text/scalc/00/makefile.mk b/helpcontent2/source/text/scalc/00/makefile.mk index 3be4ac2459..3dc6069e2b 100644 --- a/helpcontent2/source/text/scalc/00/makefile.mk +++ b/helpcontent2/source/text/scalc/00/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: fpe $ $Date: 2004-08-19 19:54:08 $ +#* last change $Author: rt $ $Date: 2004-11-26 15:54:04 $ #* -#* $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/scalc/00 # uniqe name (module wide); -# using a modified forme of package should do here +# using a modified form of package should do here TARGET = text_scalc_00 # edit to match the current module MODULE = scalc @@ -32,14 +32,14 @@ MODULE = scalc # this list matches the *.xhp files to process HZIPFILES = \ - 00000004.hzip \ - 00000402.hzip \ - 00000403.hzip \ - 00000404.hzip \ - 00000405.hzip \ - 00000406.hzip \ - 00000407.hzip \ - 00000412.hzip + 00000004.hzip \ + 00000402.hzip \ + 00000403.hzip \ + 00000404.hzip \ + 00000405.hzip \ + 00000406.hzip \ + 00000407.hzip \ + 00000412.hzip # --- Targets ------------------------------------------------------ |