]> code.delx.au - gnu-emacs/blobdiff - admin/unidata/Makefile.in
Merge from emacs-23
[gnu-emacs] / admin / unidata / Makefile.in
index e0280e4bbe2312759b546997a28eb4e7673cbe92..04f2f1d43804b017b3b157277586853c8c7274ba 100644 (file)
@@ -21,9 +21,9 @@
 
 EMACS = ../../src/emacs
 DSTDIR = ../../lisp/international
-RUNEMACS = ${EMACS} -Q --multibyte -batch
+RUNEMACS = ${EMACS} -Q -batch
 
-all: ${DSTDIR}/charprop.el
+all: ${DSTDIR}/charprop.el ../../src/biditype.h ../../src/bidimirror.h
 
 .el.elc:
        ${RUNEMACS} -batch -f batch-byte-compile $<
@@ -37,6 +37,12 @@ ${DSTDIR}/charprop.el: unidata-gen.elc unidata.txt
        cd ${DSTDIR}; \
        ${RUNEMACS} -batch --load $${ELC} -f unidata-gen-files $${DATA}
 
+../../src/biditype.h: UnicodeData.txt
+       gawk -F";" -f biditype.awk $< > $@
+
+../../src/bidimirror.h: BidiMirroring.txt
+       gawk -F"[; ]+" -f bidimirror.awk $< > $@
+
 install: charprop.el
        cp charprop.el ${DSTDIR}
        cp `sed -n 's/^;; FILE: //p' < charprop.el` ${DSTDIR}