diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-27 08:55:37 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-27 08:55:37 +0000 |
commit | 6b4fb9ac0be3beb99da1af0ef96b039b4301e258 (patch) | |
tree | 41db2d1dc1d323c7cda69b551735c24693ba0756 /helpcontent2/source/text/sdraw/makefile.mk | |
parent | 67114a4dd0e7fa9f86f2f56f3e8edb487dd4577b (diff) |
INTEGRATION: CWS helpcl (1.5.2); FILE MERGED
2005/01/17 12:13:29 hjs 1.5.2.1: #i40787# changed makefiles for compile_while_link process
Diffstat (limited to 'helpcontent2/source/text/sdraw/makefile.mk')
-rw-r--r-- | helpcontent2/source/text/sdraw/makefile.mk | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/helpcontent2/source/text/sdraw/makefile.mk b/helpcontent2/source/text/sdraw/makefile.mk index fbf0865df3..0fb4030ca9 100644 --- a/helpcontent2/source/text/sdraw/makefile.mk +++ b/helpcontent2/source/text/sdraw/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: rt $ $Date: 2004-12-16 12:51:30 $ +#* last change $Author: rt $ $Date: 2005-01-27 09:55:21 $ #* -#* $Revision: 1.5 $ +#* $Revision: 1.6 $ #* #* $Logfile:$ #* @@ -31,20 +31,20 @@ MODULE = sdraw .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 \ - main0200.hzip \ - main0202.hzip \ - main0210.hzip \ - main0213.hzip \ - main0503.hzip +XHPFILES = \ + main0000.xhp \ + main0100.xhp \ + main0101.xhp \ + main0102.xhp \ + main0103.xhp \ + main0104.xhp \ + main0105.xhp \ + main0106.xhp \ + main0200.xhp \ + main0202.xhp \ + main0210.xhp \ + main0213.xhp \ + main0503.xhp # --- Targets ------------------------------------------------------ |