summaryrefslogtreecommitdiff
path: root/helpcontent2/source/text/schart/02/makefile.mk
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-11-26 19:10:33 +0000
committerRüdiger Timm <rt@openoffice.org>2004-11-26 19:10:33 +0000
commit51cd41ed9968215ffea7529285627619999fd9b2 (patch)
treec19f99e2a78e012078119d610d55079d24f01d62 /helpcontent2/source/text/schart/02/makefile.mk
parenteb26205dcdff9999b1ed8c92d8cc84357da5747a (diff)
INTEGRATION: CWS helpcontentbeta (1.3.2); FILE MERGED
2004/11/11 13:40:15 fpe 1.3.2.5: updated makefiles 2004/10/28 10:47:47 fpe 1.3.2.4: updated makefiles 2004/10/15 09:01:00 fpe 1.3.2.3: new makefiles 2004/09/16 12:26:29 fpe 1.3.2.2: Regular Update 2004/09/16 11:46:39 fpe 1.3.2.1: Regular Update
Diffstat (limited to 'helpcontent2/source/text/schart/02/makefile.mk')
-rw-r--r--helpcontent2/source/text/schart/02/makefile.mk20
1 files changed, 10 insertions, 10 deletions
diff --git a/helpcontent2/source/text/schart/02/makefile.mk b/helpcontent2/source/text/schart/02/makefile.mk
index a0d57bf8f5..11d80bbed4 100644
--- a/helpcontent2/source/text/schart/02/makefile.mk
+++ b/helpcontent2/source/text/schart/02/makefile.mk
@@ -3,9 +3,9 @@
#* $Workfile:$
#*
#* Creation date KR 28.06.99
-#* last change $Author: fpe $ $Date: 2004-08-19 19:54:11 $
+#* last change $Author: rt $ $Date: 2004-11-26 20:10:02 $
#*
-#* $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/schart/02
# uniqe name (module wide);
-# using a modified forme of package should do here
+# using a modified form of package should do here
TARGET = text_schart_02
# edit to match the current module
MODULE = schart
@@ -32,11 +32,11 @@ MODULE = schart
# this list matches the *.xhp files to process
HZIPFILES = \
- 01190000.hzip \
- 01200000.hzip \
- 01210000.hzip \
- 01220000.hzip \
- 02020000.hzip
+ 01190000.hzip \
+ 01200000.hzip \
+ 01210000.hzip \
+ 01220000.hzip \
+ 02020000.hzip
# --- Targets ------------------------------------------------------