diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-27 08:56:37 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-27 08:56:37 +0000 |
commit | dd19986b532b88623d99e5ae4bd67dc13d56bc04 (patch) | |
tree | 41ac3e42e3202505d518a19cc80956508a40a2e8 | |
parent | 4c1ca04e9c7eb2d107ff57b014fe4dcab316ea3c (diff) |
INTEGRATION: CWS helpcl (1.5.2); FILE MERGED
2005/01/17 12:13:31 hjs 1.5.2.1: #i40787# changed makefiles for compile_while_link process
-rw-r--r-- | helpcontent2/source/text/sdraw/guide/makefile.mk | 42 | ||||
-rw-r--r-- | helpcontent2/source/text/shared/makefile.mk | 44 |
2 files changed, 43 insertions, 43 deletions
diff --git a/helpcontent2/source/text/sdraw/guide/makefile.mk b/helpcontent2/source/text/sdraw/guide/makefile.mk index 9b99e62aad..71a097a9da 100644 --- a/helpcontent2/source/text/sdraw/guide/makefile.mk +++ b/helpcontent2/source/text/sdraw/guide/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: rt $ $Date: 2004-12-16 12:52:21 $ +#* last change $Author: rt $ $Date: 2005-01-27 09:56:23 $ #* -#* $Revision: 1.5 $ +#* $Revision: 1.6 $ #* #* $Logfile:$ #* @@ -31,25 +31,25 @@ MODULE = sdraw .INCLUDE : $(PRJ)$/settings.pmk # this list matches the *.xhp files to process -HZIPFILES = \ - align_arrange.hzip \ - color_define.hzip \ - combine_etc.hzip \ - cross_fading.hzip \ - draw_sector.hzip \ - duplicate_object.hzip \ - eyedropper.hzip \ - gradient.hzip \ - graphic_insert.hzip \ - groups.hzip \ - join_objects.hzip \ - join_objects3d.hzip \ - keyboard.hzip \ - main.hzip \ - rotate_object.hzip \ - text_3d.hzip \ - text_enter.hzip \ - text_to_bitmap.hzip +XHPFILES = \ + align_arrange.xhp \ + color_define.xhp \ + combine_etc.xhp \ + cross_fading.xhp \ + draw_sector.xhp \ + duplicate_object.xhp \ + eyedropper.xhp \ + gradient.xhp \ + graphic_insert.xhp \ + groups.xhp \ + join_objects.xhp \ + join_objects3d.xhp \ + keyboard.xhp \ + main.xhp \ + rotate_object.xhp \ + text_3d.xhp \ + text_enter.xhp \ + text_to_bitmap.xhp # --- Targets ------------------------------------------------------ diff --git a/helpcontent2/source/text/shared/makefile.mk b/helpcontent2/source/text/shared/makefile.mk index 1e5c84c532..28e0754393 100644 --- a/helpcontent2/source/text/shared/makefile.mk +++ b/helpcontent2/source/text/shared/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: rt $ $Date: 2004-12-16 12:52:36 $ +#* last change $Author: rt $ $Date: 2005-01-27 09:56:37 $ #* -#* $Revision: 1.5 $ +#* $Revision: 1.6 $ #* #* $Logfile:$ #* @@ -31,26 +31,26 @@ MODULE = shared .INCLUDE : $(PRJ)$/settings.pmk # this list matches the *.xhp files to process -HZIPFILES = \ - 3dsettings_toolbar.hzip \ - fontwork_toolbar.hzip \ - main0108.hzip \ - main0201.hzip \ - main0208.hzip \ - main0209.hzip \ - main0212.hzip \ - main0213.hzip \ - main0214.hzip \ - main0226.hzip \ - main0227.hzip \ - main0300.hzip \ - main0302.hzip \ - main0400.hzip \ - main0500.hzip \ - main0600.hzip \ - main0650.hzip \ - main0800.hzip \ - tree_strings.hzip +XHPFILES = \ + 3dsettings_toolbar.xhp \ + fontwork_toolbar.xhp \ + main0108.xhp \ + main0201.xhp \ + main0208.xhp \ + main0209.xhp \ + main0212.xhp \ + main0213.xhp \ + main0214.xhp \ + main0226.xhp \ + main0227.xhp \ + main0300.xhp \ + main0302.xhp \ + main0400.xhp \ + main0500.xhp \ + main0600.xhp \ + main0650.xhp \ + main0800.xhp \ + tree_strings.xhp # --- Targets ------------------------------------------------------ |