diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-27 08:52:29 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-27 08:52:29 +0000 |
commit | 989d620424654ac88e63d46a503a9a0208e3e60a (patch) | |
tree | 7f2cea6a22e0624e19822821d4c80a00905eb566 /helpcontent2/source/text/scalc/makefile.mk | |
parent | 8f6264e85a0c4086fcef287f6f0df88b6edb583a (diff) |
INTEGRATION: CWS helpcl (1.5.2); FILE MERGED
2005/01/17 12:13:24 hjs 1.5.2.1: #i40787# changed makefiles for compile_while_link process
Diffstat (limited to 'helpcontent2/source/text/scalc/makefile.mk')
-rw-r--r-- | helpcontent2/source/text/scalc/makefile.mk | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/helpcontent2/source/text/scalc/makefile.mk b/helpcontent2/source/text/scalc/makefile.mk index aaa2bc85ed..892e038359 100644 --- a/helpcontent2/source/text/scalc/makefile.mk +++ b/helpcontent2/source/text/scalc/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: rt $ $Date: 2004-12-16 12:48:43 $ +#* last change $Author: rt $ $Date: 2005-01-27 09:52:15 $ #* -#* $Revision: 1.5 $ +#* $Revision: 1.6 $ #* #* $Logfile:$ #* @@ -31,27 +31,27 @@ MODULE = scalc .INCLUDE : $(PRJ)$/settings.pmk # this list matches the *.xhp files to process -HZIPFILES = \ - main0000.hzip \ - main0100.hzip \ - main0101.hzip \ - main0102.hzip \ - main0103.hzip \ - main0104.hzip \ - main0105.hzip \ - main0106.hzip \ - main0107.hzip \ - main0112.hzip \ - main0200.hzip \ - main0202.hzip \ - main0203.hzip \ - main0205.hzip \ - main0206.hzip \ - main0208.hzip \ - main0210.hzip \ - main0214.hzip \ - main0218.hzip \ - main0503.hzip +XHPFILES = \ + main0000.xhp \ + main0100.xhp \ + main0101.xhp \ + main0102.xhp \ + main0103.xhp \ + main0104.xhp \ + main0105.xhp \ + main0106.xhp \ + main0107.xhp \ + main0112.xhp \ + main0200.xhp \ + main0202.xhp \ + main0203.xhp \ + main0205.xhp \ + main0206.xhp \ + main0208.xhp \ + main0210.xhp \ + main0214.xhp \ + main0218.xhp \ + main0503.xhp # --- Targets ------------------------------------------------------ |