summaryrefslogtreecommitdiff
path: root/officecfg/util
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-15 12:32:49 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-15 12:32:49 +0000
commit0077d5dda4c82f6b5cab427cad49e34a127d6aa9 (patch)
tree852c994f002e2e11383d07233304fc142f20a618 /officecfg/util
parent5a07191f709e715e12c323699dceddc0f776be47 (diff)
INTEGRATION: CWS cfglooseends (1.27.126); FILE MERGED
2004/11/03 15:32:58 jb 1.27.126.1: #i33167# Put sed pattern containing exclamation mark into separate file
Diffstat (limited to 'officecfg/util')
-rw-r--r--officecfg/util/makefile.pmk6
1 files changed, 3 insertions, 3 deletions
diff --git a/officecfg/util/makefile.pmk b/officecfg/util/makefile.pmk
index 4177e9afabdc..4a1e83be26d8 100644
--- a/officecfg/util/makefile.pmk
+++ b/officecfg/util/makefile.pmk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.28 $
+# $Revision: 1.29 $
#
-# last change: $Author: hr $ $Date: 2004-11-09 11:49:27 $
+# last change: $Author: obo $ $Date: 2004-11-15 13:32:49 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -167,7 +167,7 @@ $(MISC)$/registry$/res$/{$(alllangiso)}$/$(PACKAGEDIR)$/%.xcu :| $(MISC)$/merge$
$(MISC)$/registry$/spool$/Langpack-%.xcu : Langpack.xcu.tmpl
@+echo -------------+ creating a Langpack module for locale $*
-$(MKDIRHIER) $(@:d)
- $(SED) -e "s/__LANGUAGE__/$*/" -e "/^<!--/,/-->/d" $< > $@
+ $(SED) -e "s/__LANGUAGE__/$*/" -f $(PRJ)$/util$/delcomment.sed $< > $@
# --- modules ---