comparison admin/unidata/makefile.w32-in @ 91511:67e3af8e0a49

(unidata.txt): Use ARGQUOTE and DQUOTE macros.
author Jason Rumney <jasonr@gnu.org>
date Mon, 04 Feb 2008 11:22:25 +0000
parents 93fcec3a4fd7
children b3be38e00c57
comparison
equal deleted inserted replaced
91510:5f67edbc76c0 91511:67e3af8e0a49
30 30
31 .el.elc: 31 .el.elc:
32 $(RUNEMACS) -f batch-byte-compile $< 32 $(RUNEMACS) -f batch-byte-compile $<
33 33
34 unidata.txt: UnicodeData.txt 34 unidata.txt: UnicodeData.txt
35 sed -e "s/\([^;]*\);\(.*\)/(#x\1 \"\2\")/" -e "s/;/\" \"/g" < $< > $@ 35 sed -e \
36 $(ARGQUOTE)s/\([^;]*\);\(.*\)/(#x\1 $(DQUOTE)\2$(DQUOTE))/$(ARGQUOTE)\
37 -e $(ARGQUOTE)s/;/$(DQUOTE) $(DQUOTE)/g$(ARGQUOTE) < $< > $@
36 38
37 charprop-SH: unidata-gen.elc unidata.txt 39 charprop-SH: unidata-gen.elc unidata.txt
38 ELC=$(CURDIR)/unidata-gen.elc; \ 40 ELC=$(CURDIR)/unidata-gen.elc; \
39 DATA=$(CURDIR)/unidata.txt; \ 41 DATA=$(CURDIR)/unidata.txt; \
40 cd $(DSTDIR); \ 42 cd $(DSTDIR); \