]> git.eshelyaron.com Git - emacs.git/commitdiff
(unidata.txt): Use ARGQUOTE and DQUOTE macros.
authorJason Rumney <jasonr@gnu.org>
Mon, 4 Feb 2008 11:22:25 +0000 (11:22 +0000)
committerJason Rumney <jasonr@gnu.org>
Mon, 4 Feb 2008 11:22:25 +0000 (11:22 +0000)
admin/unidata/makefile.w32-in

index 6135a5a05e2b8c9994f71668374534139e13f278..4a7ba1acb77fad016cb8e15506f996cd1de0518f 100644 (file)
@@ -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; \