diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-10-25 10:37:26 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-10-25 10:37:26 +0000 |
commit | eae8bf10c2c0ace5a1de59e5752d4215b740bd2d (patch) | |
tree | caa979342d57723cb93fd94a9faceb4e263a8a40 | |
parent | a4d9e4b2c8d315d3f65fd2548d332faa96a6b374 (diff) |
INTEGRATION: CWS ause041 (1.6.12); FILE MERGED
2005/10/19 09:21:23 hjs 1.6.12.2: #i55985# filter temporary files from all platforms
2005/10/19 07:15:30 hjs 1.6.12.1: #i55985# filter temporary files
-rw-r--r-- | helpcontent2/helpers/linkmakefile.template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/helpcontent2/helpers/linkmakefile.template b/helpcontent2/helpers/linkmakefile.template index 782060e508..61912e8562 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: hr $ $Date: 2005-09-28 12:01:28 $ +#* last change $Author: hr $ $Date: 2005-10-25 11:37:26 $ #* -#* $Revision: 1.6 $ +#* $Revision: 1.7 $ #* #* $Logfile:$ #* @@ -33,7 +33,7 @@ zip1langdirs=$(aux_alllangiso) ZIP1TARGET=xhp_%module% ZIP1FLAGS= -u -r ZIP1DIR=$(COMMONMISC)$/$(LANGDIR) -ZIP1LIST=$(LANGDIR)$/text$/%module%$/* -x "*.dphh*" -x "*.hzip" -x "*.created" +ZIP1LIST=$(LANGDIR)$/text$/%module%$/* -x "*.xhp????*"-x "*.dphh*" -x "*.hzip" -x "*.created" .ENDIF # "$(SOLAR_JAVA)"!="" |