diff options
Diffstat (limited to 'admin/unidata/Makefile.in')
-rw-r--r-- | admin/unidata/Makefile.in | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/admin/unidata/Makefile.in b/admin/unidata/Makefile.in index e1fe247631f..c890dad8903 100644 --- a/admin/unidata/Makefile.in +++ b/admin/unidata/Makefile.in @@ -23,7 +23,7 @@ EMACS = ../../src/emacs DSTDIR = ../../lisp/international RUNEMACS = ${EMACS} -Q -batch -all: ${DSTDIR}/charprop.el ../../src/biditype.h ../../src/bidimirror.h +all: ${DSTDIR}/charprop.el .el.elc: ${RUNEMACS} -batch -f batch-byte-compile $< @@ -38,12 +38,6 @@ ${DSTDIR}/charprop.el: unidata-gen.elc unidata.txt cd ${DSTDIR}; \ ${RUNEMACS} -batch --load $${ELC} -f unidata-gen-files $${DATADIR} $${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} |