diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-10-25 10:39:59 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-10-25 10:39:59 +0000 |
commit | 3b7a133fe9b07c82e7ed5f4481af788757175e3b (patch) | |
tree | cf39383db3a8aaa8df66c6400c03665cf0d9cc7f | |
parent | 908525efd146b471f111a556a26d674cb3a81173 (diff) |
INTEGRATION: CWS ause041 (1.16.8); FILE MERGED
2005/10/19 09:20:24 hjs 1.16.8.2: #i55985# filter temporary files from all platforms
2005/10/19 07:17:04 hjs 1.16.8.1: #i55985# filter temporary files
-rw-r--r-- | helpcontent2/util/simpress/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/helpcontent2/util/simpress/makefile.mk b/helpcontent2/util/simpress/makefile.mk index ae73f76f1c..a306e64f7a 100644 --- a/helpcontent2/util/simpress/makefile.mk +++ b/helpcontent2/util/simpress/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: kz $ $Date: 2005-10-05 14:58:38 $ +#* last change $Author: hr $ $Date: 2005-10-25 11:39:59 $ #* -#* $Revision: 1.16 $ +#* $Revision: 1.17 $ #* #* $Logfile:$ #* @@ -33,7 +33,7 @@ zip1langdirs=$(aux_alllangiso) ZIP1TARGET=xhp_simpress ZIP1FLAGS= -u -r ZIP1DIR=$(COMMONMISC)$/$(LANGDIR) -ZIP1LIST=$(LANGDIR)$/text$/simpress$/* -x "*.dphh*" -x "*.hzip" -x "*.created" +ZIP1LIST=$(LANGDIR)$/text$/simpress$/* -x "*.xhp????*"-x "*.dphh*" -x "*.hzip" -x "*.created" .ENDIF # "$(SOLAR_JAVA)"!="" |