diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-12-16 11:28:11 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-12-16 11:28:11 +0000 |
commit | 5a5770f15419424fe08d401a1ecae30f30f9824b (patch) | |
tree | ad2705a84cbea5d58c29918a8bbf2c4a86a67fc4 /helpcontent2 | |
parent | 048d54571ce829bbeadec7b171c53dfbe67b3a56 (diff) |
INTEGRATION: CWS helpaux (1.2.16); FILE MERGED
2004/12/08 15:09:58 hjs 1.2.16.2: #i36415# fix resync problem
2004/12/06 14:01:48 hjs 1.2.16.1: #i36415# fix for helpcontent2 auxiliary language problem
Diffstat (limited to 'helpcontent2')
-rw-r--r-- | helpcontent2/helpers/linkmakefile.template | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/helpcontent2/helpers/linkmakefile.template b/helpcontent2/helpers/linkmakefile.template index 9068235ee7..27579dc888 100644 --- a/helpcontent2/helpers/linkmakefile.template +++ b/helpcontent2/helpers/linkmakefile.template @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: rt $ $Date: 2004-11-26 13:55:40 $ +#* last change $Author: rt $ $Date: 2004-12-16 12:28:11 $ #* -#* $Revision: 1.3 $ +#* $Revision: 1.4 $ #* #* $Logfile:$ #* @@ -23,11 +23,12 @@ TARGET = util # --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/settings.pmk .INCLUDE : settings.mk +.INCLUDE : $(PRJ)$/settings.pmk common_build_zip:= zip1generatedlangs=TRUE +zip1langdirs=$(aux_alllangiso) ZIP1TARGET=xhp_%module% ZIP1FLAGS= -u -r ZIP1DIR=$(MISC)$/$(LANGDIR) |