diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-27 08:54:16 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-27 08:54:16 +0000 |
commit | 6eb52ecf40c8c25ad1e38af8c2b55cbfbf71a611 (patch) | |
tree | 7ba9932316d1946456a3b1b619ecede23eb37c7b | |
parent | f734059374b55370ea582f6c9d9c325403671133 (diff) |
INTEGRATION: CWS helpcl (1.5.2); FILE MERGED
2005/01/17 12:13:27 hjs 1.5.2.1: #i40787# changed makefiles for compile_while_link process
-rw-r--r-- | helpcontent2/source/text/schart/00/makefile.mk | 8 | ||||
-rw-r--r-- | helpcontent2/source/text/schart/makefile.mk | 32 |
2 files changed, 20 insertions, 20 deletions
diff --git a/helpcontent2/source/text/schart/00/makefile.mk b/helpcontent2/source/text/schart/00/makefile.mk index d0c44a8195..45ab37f02c 100644 --- a/helpcontent2/source/text/schart/00/makefile.mk +++ b/helpcontent2/source/text/schart/00/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: rt $ $Date: 2004-12-16 12:50:34 $ +#* last change $Author: rt $ $Date: 2005-01-27 09:54:16 $ #* -#* $Revision: 1.5 $ +#* $Revision: 1.6 $ #* #* $Logfile:$ #* @@ -31,8 +31,8 @@ MODULE = schart .INCLUDE : $(PRJ)$/settings.pmk # this list matches the *.xhp files to process -HZIPFILES = \ - 00000004.hzip +XHPFILES = \ + 00000004.xhp # --- Targets ------------------------------------------------------ diff --git a/helpcontent2/source/text/schart/makefile.mk b/helpcontent2/source/text/schart/makefile.mk index b0554bf90d..7314e83050 100644 --- a/helpcontent2/source/text/schart/makefile.mk +++ b/helpcontent2/source/text/schart/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: rt $ $Date: 2004-12-16 12:50:21 $ +#* last change $Author: rt $ $Date: 2005-01-27 09:53:55 $ #* -#* $Revision: 1.5 $ +#* $Revision: 1.6 $ #* #* $Logfile:$ #* @@ -31,20 +31,20 @@ MODULE = schart .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 \ - main0200.hzip \ - main0202.hzip \ - main0203.hzip \ - main0503.hzip +XHPFILES = \ + main0000.xhp \ + main0100.xhp \ + main0101.xhp \ + main0102.xhp \ + main0103.xhp \ + main0104.xhp \ + main0105.xhp \ + main0106.xhp \ + main0107.xhp \ + main0200.xhp \ + main0202.xhp \ + main0203.xhp \ + main0503.xhp # --- Targets ------------------------------------------------------ |