diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-10-25 10:40:59 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-10-25 10:40:59 +0000 |
commit | b6564ebbf91a1e225861804bc31577dcd4157e47 (patch) | |
tree | e395f4337cbb04c6f520ef28f31197e17b2048ee /helpcontent2 | |
parent | c1d2292dbd54e8724abedd861ac5525405753bdb (diff) |
INTEGRATION: CWS ause041 (1.16.8); FILE MERGED
2005/10/19 09:20:26 hjs 1.16.8.2: #i55985# filter temporary files from all platforms
2005/10/19 07:17:06 hjs 1.16.8.1: #i55985# filter temporary files
Diffstat (limited to 'helpcontent2')
-rw-r--r-- | helpcontent2/util/swriter/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/helpcontent2/util/swriter/makefile.mk b/helpcontent2/util/swriter/makefile.mk index b61f5c8579..0a734ddf53 100644 --- a/helpcontent2/util/swriter/makefile.mk +++ b/helpcontent2/util/swriter/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: kz $ $Date: 2005-10-05 15:00:17 $ +#* last change $Author: hr $ $Date: 2005-10-25 11:40:59 $ #* -#* $Revision: 1.16 $ +#* $Revision: 1.17 $ #* #* $Logfile:$ #* @@ -33,7 +33,7 @@ zip1langdirs=$(aux_alllangiso) ZIP1TARGET=xhp_swriter ZIP1FLAGS= -u -r ZIP1DIR=$(COMMONMISC)$/$(LANGDIR) -ZIP1LIST=$(LANGDIR)$/text$/swriter$/* -x "*.dphh*" -x "*.hzip" -x "*.created" +ZIP1LIST=$(LANGDIR)$/text$/swriter$/* -x "*.xhp????*"-x "*.dphh*" -x "*.hzip" -x "*.created" .ENDIF # "$(SOLAR_JAVA)"!="" |