emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/admin/unidata/makefile.w32-in,v


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/admin/unidata/makefile.w32-in,v
Date: Mon, 04 Feb 2008 11:22:25 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   08/02/04 11:22:25

Index: makefile.w32-in
===================================================================
RCS file: /sources/emacs/emacs/admin/unidata/makefile.w32-in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- makefile.w32-in     2 Feb 2008 17:55:39 -0000       1.3
+++ makefile.w32-in     4 Feb 2008 11:22:25 -0000       1.4
@@ -32,7 +32,9 @@
        $(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; \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]