diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-27 08:56:06 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-27 08:56:06 +0000 |
commit | 4c1ca04e9c7eb2d107ff57b014fe4dcab316ea3c (patch) | |
tree | c10758addda7c644c6a1d17a0b5174ec701e6231 | |
parent | 6b4fb9ac0be3beb99da1af0ef96b039b4301e258 (diff) |
INTEGRATION: CWS helpcl (1.5.2); FILE MERGED
2005/01/17 12:13:30 hjs 1.5.2.1: #i40787# changed makefiles for compile_while_link process
-rw-r--r-- | helpcontent2/source/text/sdraw/01/makefile.mk | 8 | ||||
-rw-r--r-- | helpcontent2/source/text/sdraw/04/makefile.mk | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/helpcontent2/source/text/sdraw/01/makefile.mk b/helpcontent2/source/text/sdraw/01/makefile.mk index 1bb9c4f514..f4298a3c23 100644 --- a/helpcontent2/source/text/sdraw/01/makefile.mk +++ b/helpcontent2/source/text/sdraw/01/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: rt $ $Date: 2004-12-16 12:51:54 $ +#* last change $Author: rt $ $Date: 2005-01-27 09:55:51 $ #* -#* $Revision: 1.5 $ +#* $Revision: 1.6 $ #* #* $Logfile:$ #* @@ -31,8 +31,8 @@ MODULE = sdraw .INCLUDE : $(PRJ)$/settings.pmk # this list matches the *.xhp files to process -HZIPFILES = \ - 04010000.hzip +XHPFILES = \ + 04010000.xhp # --- Targets ------------------------------------------------------ diff --git a/helpcontent2/source/text/sdraw/04/makefile.mk b/helpcontent2/source/text/sdraw/04/makefile.mk index 25700ff0ce..2f2510f3dd 100644 --- a/helpcontent2/source/text/sdraw/04/makefile.mk +++ b/helpcontent2/source/text/sdraw/04/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: rt $ $Date: 2004-12-16 12:52:08 $ +#* last change $Author: rt $ $Date: 2005-01-27 09:56:06 $ #* -#* $Revision: 1.5 $ +#* $Revision: 1.6 $ #* #* $Logfile:$ #* @@ -31,8 +31,8 @@ MODULE = sdraw .INCLUDE : $(PRJ)$/settings.pmk # this list matches the *.xhp files to process -HZIPFILES = \ - 01020000.hzip +XHPFILES = \ + 01020000.xhp # --- Targets ------------------------------------------------------ |