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 | |
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')
-rw-r--r-- | helpcontent2/source/text/simpress/guide/makefile.mk | 74 | ||||
-rw-r--r-- | helpcontent2/source/text/smath/makefile.mk | 30 |
2 files changed, 52 insertions, 52 deletions
diff --git a/helpcontent2/source/text/simpress/guide/makefile.mk b/helpcontent2/source/text/simpress/guide/makefile.mk index 9ed89a72b7..29c115465b 100644 --- a/helpcontent2/source/text/simpress/guide/makefile.mk +++ b/helpcontent2/source/text/simpress/guide/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: rt $ $Date: 2004-12-16 12:57:04 $ +#* last change $Author: rt $ $Date: 2005-01-27 10:00:58 $ #* -#* $Revision: 1.5 $ +#* $Revision: 1.6 $ #* #* $Logfile:$ #* @@ -31,41 +31,41 @@ MODULE = simpress .INCLUDE : $(PRJ)$/settings.pmk # this list matches the *.xhp files to process -HZIPFILES = \ - 3d_create.hzip \ - animated_gif_create.hzip \ - animated_gif_save.hzip \ - animated_objects.hzip \ - animated_slidechange.hzip \ - arrange_slides.hzip \ - background.hzip \ - change_scale.hzip \ - footer.hzip \ - html_export.hzip \ - html_import.hzip \ - individual.hzip \ - keyboard.hzip \ - layer_move.hzip \ - layer_new.hzip \ - layer_tipps.hzip \ - layers.hzip \ - line_arrow_styles.hzip \ - line_draw.hzip \ - line_edit.hzip \ - livemode.hzip \ - main.hzip \ - masterpage.hzip \ - move_object.hzip \ - orgchart.hzip \ - page_copy.hzip \ - palette_files.hzip \ - print_tofit.hzip \ - printing.hzip \ - rehearse_timings.hzip \ - select_object.hzip \ - table_insert.hzip \ - text2curve.hzip \ - vectorize.hzip +XHPFILES = \ + 3d_create.xhp \ + animated_gif_create.xhp \ + animated_gif_save.xhp \ + animated_objects.xhp \ + animated_slidechange.xhp \ + arrange_slides.xhp \ + background.xhp \ + change_scale.xhp \ + footer.xhp \ + html_export.xhp \ + html_import.xhp \ + individual.xhp \ + keyboard.xhp \ + layer_move.xhp \ + layer_new.xhp \ + layer_tipps.xhp \ + layers.xhp \ + line_arrow_styles.xhp \ + line_draw.xhp \ + line_edit.xhp \ + livemode.xhp \ + main.xhp \ + masterpage.xhp \ + move_object.xhp \ + orgchart.xhp \ + page_copy.xhp \ + palette_files.xhp \ + print_tofit.xhp \ + printing.xhp \ + rehearse_timings.xhp \ + select_object.xhp \ + table_insert.xhp \ + text2curve.xhp \ + vectorize.xhp # --- Targets ------------------------------------------------------ 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 ------------------------------------------------------ |