diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-27 09:01:12 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-27 09:01:12 +0000 |
commit | 8b070d73fbe46d306239a0696f3c4b49e5d2d5b2 (patch) | |
tree | 9a8ee5bbf3a403dca3aa9c0d7ed5663c3a26a1e9 /helpcontent2/source/text/smath/makefile.mk | |
parent | 51d0d95f497de709113d845b5ad2ce0eb25edec5 (diff) |
INTEGRATION: CWS helpcl (1.5.2); FILE MERGED
2005/01/17 12:13:42 hjs 1.5.2.1: #i40787# changed makefiles for compile_while_link process
Diffstat (limited to 'helpcontent2/source/text/smath/makefile.mk')
-rw-r--r-- | helpcontent2/source/text/smath/makefile.mk | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/helpcontent2/source/text/smath/makefile.mk b/helpcontent2/source/text/smath/makefile.mk index 3f6e8e4bea..916c7a6406 100644 --- a/helpcontent2/source/text/smath/makefile.mk +++ b/helpcontent2/source/text/smath/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: rt $ $Date: 2004-12-16 12:57:18 $ +#* last change $Author: rt $ $Date: 2005-01-27 10:01:12 $ #* -#* $Revision: 1.5 $ +#* $Revision: 1.6 $ #* #* $Logfile:$ #* @@ -31,19 +31,19 @@ MODULE = smath .INCLUDE : $(PRJ)$/settings.pmk # this list matches the *.xhp files to process -HZIPFILES = \ - main0000.hzip \ - main0100.hzip \ - main0101.hzip \ - main0102.hzip \ - main0103.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 \ + main0105.xhp \ + main0106.xhp \ + main0107.xhp \ + main0200.xhp \ + main0202.xhp \ + main0203.xhp \ + main0503.xhp # --- Targets ------------------------------------------------------ |