summaryrefslogtreecommitdiff
path: root/officecfg/util/makefile.pmk
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
commit6f581fa4467d52452d3c68e2c877219a689942e7 (patch)
tree7353ce63101c3cc87f31be2eb2cec4e3ffe990b5 /officecfg/util/makefile.pmk
parent12a629014b3d3918676c02b307b2f22efa8f053b (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/makefile.pmk')
-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 4177e9afab..4a1e83be26 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 ---