(unidata.txt): Use ARGQUOTE and DQUOTE macros.
This commit is contained in:
parent
56eb72a042
commit
b315b596a9
1 changed files with 3 additions and 1 deletions
|
@ -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; \
|
||||
|
|
Loading…
Add table
Reference in a new issue