From 203b5104cb396449d35b892ffc0c0167471f9736 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Tue, 25 Oct 2005 10:38:51 +0000
Subject: INTEGRATION: CWS ause041 (1.17.8); FILE MERGED 2005/10/19 09:20:23
hjs 1.17.8.2: #i55985# filter temporary files from all platforms 2005/10/19
07:17:03 hjs 1.17.8.1: #i55985# filter temporary files
---
helpcontent2/util/sdraw/makefile.mk | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/helpcontent2/util/sdraw/makefile.mk b/helpcontent2/util/sdraw/makefile.mk
index c227e3a272..91071446cf 100644
--- a/helpcontent2/util/sdraw/makefile.mk
+++ b/helpcontent2/util/sdraw/makefile.mk
@@ -3,9 +3,9 @@
#* $Workfile:$
#*
#* Creation date KR 28.06.99
-#* last change $Author: kz $ $Date: 2005-10-05 14:57:55 $
+#* last change $Author: hr $ $Date: 2005-10-25 11:38:51 $
#*
-#* $Revision: 1.17 $
+#* $Revision: 1.18 $
#*
#* $Logfile:$
#*
@@ -33,7 +33,7 @@ zip1langdirs=$(aux_alllangiso)
ZIP1TARGET=xhp_sdraw
ZIP1FLAGS= -u -r
ZIP1DIR=$(COMMONMISC)$/$(LANGDIR)
-ZIP1LIST=$(LANGDIR)$/text$/sdraw$/* -x "*.dphh*" -x "*.hzip" -x "*.created"
+ZIP1LIST=$(LANGDIR)$/text$/sdraw$/* -x "*.xhp????*"-x "*.dphh*" -x "*.hzip" -x "*.created"
.ENDIF # "$(SOLAR_JAVA)"!=""
--
cgit