summaryrefslogtreecommitdiff
path: root/helpcontent2/source/text/shared/05/makefile.mk
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-27 08:57:57 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-27 08:57:57 +0000
commited0ae33e07a10265dd520425fbd12e03f2725005 (patch)
treeafe41cc4fb1c680e4cbde91b10f311e315f309e5 /helpcontent2/source/text/shared/05/makefile.mk
parent45f076387a43d35343af0dbc3c6de15a1057807f (diff)
INTEGRATION: CWS helpcl (1.5.2); FILE MERGED
2005/01/17 12:13:34 hjs 1.5.2.1: #i40787# changed makefiles for compile_while_link process
Diffstat (limited to 'helpcontent2/source/text/shared/05/makefile.mk')
-rw-r--r--helpcontent2/source/text/shared/05/makefile.mk26
1 files changed, 13 insertions, 13 deletions
diff --git a/helpcontent2/source/text/shared/05/makefile.mk b/helpcontent2/source/text/shared/05/makefile.mk
index 86ef36c34e..ac996068b2 100644
--- a/helpcontent2/source/text/shared/05/makefile.mk
+++ b/helpcontent2/source/text/shared/05/makefile.mk
@@ -3,9 +3,9 @@
#* $Workfile:$
#*
#* Creation date KR 28.06.99
-#* last change $Author: rt $ $Date: 2004-12-16 12:54:12 $
+#* last change $Author: rt $ $Date: 2005-01-27 09:57:57 $
#*
-#* $Revision: 1.5 $
+#* $Revision: 1.6 $
#*
#* $Logfile:$
#*
@@ -31,17 +31,17 @@ MODULE = shared
.INCLUDE : $(PRJ)$/settings.pmk
# this list matches the *.xhp files to process
-HZIPFILES = \
- 00000001.hzip \
- 00000002.hzip \
- 00000100.hzip \
- 00000110.hzip \
- 00000120.hzip \
- 00000130.hzip \
- 00000140.hzip \
- 00000150.hzip \
- 00000160.hzip \
- err_html.hzip
+XHPFILES = \
+ 00000001.xhp \
+ 00000002.xhp \
+ 00000100.xhp \
+ 00000110.xhp \
+ 00000120.xhp \
+ 00000130.xhp \
+ 00000140.xhp \
+ 00000150.xhp \
+ 00000160.xhp \
+ err_html.xhp
# --- Targets ------------------------------------------------------