diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-10-25 10:37:46 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-10-25 10:37:46 +0000 |
commit | 86f677db2e9e797797f32e239acff015cae78359 (patch) | |
tree | f79643872004a15471544c035d5c7f17f50a9066 /helpcontent2/util/sbasic | |
parent | eae8bf10c2c0ace5a1de59e5752d4215b740bd2d (diff) |
INTEGRATION: CWS ause041 (1.17.8); FILE MERGED
2005/10/19 09:20:21 hjs 1.17.8.2: #i55985# filter temporary files from all platforms
2005/10/19 07:17:00 hjs 1.17.8.1: #i55985# filter temporary files
Diffstat (limited to 'helpcontent2/util/sbasic')
-rw-r--r-- | helpcontent2/util/sbasic/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/helpcontent2/util/sbasic/makefile.mk b/helpcontent2/util/sbasic/makefile.mk index 13952c9bd9..5c37de1770 100644 --- a/helpcontent2/util/sbasic/makefile.mk +++ b/helpcontent2/util/sbasic/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: kz $ $Date: 2005-10-05 14:56:35 $ +#* last change $Author: hr $ $Date: 2005-10-25 11:37:46 $ #* -#* $Revision: 1.17 $ +#* $Revision: 1.18 $ #* #* $Logfile:$ #* @@ -33,7 +33,7 @@ zip1langdirs=$(aux_alllangiso) ZIP1TARGET=xhp_sbasic ZIP1FLAGS= -u -r ZIP1DIR=$(COMMONMISC)$/$(LANGDIR) -ZIP1LIST=$(LANGDIR)$/text$/sbasic$/* -x "*.dphh*" -x "*.hzip" -x "*.created" +ZIP1LIST=$(LANGDIR)$/text$/sbasic$/* -x "*.xhp????*"-x "*.dphh*" -x "*.hzip" -x "*.created" .ENDIF # "$(SOLAR_JAVA)"!="" |