From: Jason Rumney Date: Mon, 4 Feb 2008 11:22:25 +0000 (+0000) Subject: (unidata.txt): Use ARGQUOTE and DQUOTE macros. X-Git-Tag: emacs-pretest-23.0.90~8195 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b315b596a90e39717767614c25974f275e7f9f81;p=emacs.git (unidata.txt): Use ARGQUOTE and DQUOTE macros. --- diff --git a/admin/unidata/makefile.w32-in b/admin/unidata/makefile.w32-in index 6135a5a05e2..4a7ba1acb77 100644 --- a/admin/unidata/makefile.w32-in +++ b/admin/unidata/makefile.w32-in @@ -32,7 +32,9 @@ all: $(DSTDIR)/charprop.el $(RUNEMACS) -f batch-byte-compile $< unidata.txt: UnicodeData.txt - sed -e "s/\([^;]*\);\(.*\)/(#x\1 \"\2\")/" -e "s/;/\" \"/g" < $< > $@ + sed -e \ + $(ARGQUOTE)s/\([^;]*\);\(.*\)/(#x\1 $(DQUOTE)\2$(DQUOTE))/$(ARGQUOTE)\ + -e $(ARGQUOTE)s/;/$(DQUOTE) $(DQUOTE)/g$(ARGQUOTE) < $< > $@ charprop-SH: unidata-gen.elc unidata.txt ELC=$(CURDIR)/unidata-gen.elc; \