diff options
| author | Juanma Barranquero | 2011-07-07 15:55:12 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2011-07-07 15:55:12 +0200 |
| commit | a5b436dff530c418f06e95d6afe61c52c32748a6 (patch) | |
| tree | 2dda4ef7d84fc44d2893cc475144b64a61d492cf /admin | |
| parent | 6870aaefd42b52ada82427a20c3b139a659a35c5 (diff) | |
| download | emacs-a5b436dff530c418f06e95d6afe61c52c32748a6.tar.gz emacs-a5b436dff530c418f06e95d6afe61c52c32748a6.zip | |
admin/unidata/makefile.w32-in: Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/ChangeLog | 11 | ||||
| -rw-r--r-- | admin/unidata/makefile.w32-in | 7 |
2 files changed, 12 insertions, 6 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 3632a0992a6..dbbe38ce617 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-07-07 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * unidata/makefile.w32-in (charprop-SH, charprop-CMD): | ||
| 4 | Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org). | ||
| 5 | |||
| 1 | 2011-07-06 Kenichi Handa <handa@m17n.org> | 6 | 2011-07-06 Kenichi Handa <handa@m17n.org> |
| 2 | 7 | ||
| 3 | * unidata/unidata-gen.el (unidata-dir): New variable. | 8 | * unidata/unidata-gen.el (unidata-dir): New variable. |
| @@ -25,7 +30,7 @@ | |||
| 25 | (unidata-gen-table-decomposition): Likewise. | 30 | (unidata-gen-table-decomposition): Likewise. |
| 26 | (unidata-describe-general-category): Add the case nil to the | 31 | (unidata-describe-general-category): Add the case nil to the |
| 27 | description alist. | 32 | description alist. |
| 28 | (unidata-gen-mirroring-list): New funciton. | 33 | (unidata-gen-mirroring-list): New function. |
| 29 | (unidata-gen-files): New arg DATA-DIR. Adjusted for the change of | 34 | (unidata-gen-files): New arg DATA-DIR. Adjusted for the change of |
| 30 | unidata-prop-alist. Handle the case of storing multiple | 35 | unidata-prop-alist. Handle the case of storing multiple |
| 31 | char-tables in a file. | 36 | char-tables in a file. |
| @@ -222,7 +227,7 @@ | |||
| 222 | * unidata/BidiMirroring.txt: New file from | 227 | * unidata/BidiMirroring.txt: New file from |
| 223 | http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt. | 228 | http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt. |
| 224 | 229 | ||
| 225 | * unidata/Makefile.in: (../../src/bidimirror.h): New target. | 230 | * unidata/Makefile.in (../../src/bidimirror.h): New target. |
| 226 | (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h. | 231 | (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h. |
| 227 | 232 | ||
| 228 | * unidata/makefile.w32-in (../../src/bidimirror.h): New target. | 233 | * unidata/makefile.w32-in (../../src/bidimirror.h): New target. |
| @@ -271,7 +276,7 @@ | |||
| 271 | 276 | ||
| 272 | * quick-install-emacs: Use more portable shell syntax. | 277 | * quick-install-emacs: Use more portable shell syntax. |
| 273 | 278 | ||
| 274 | * quick-install-emacs: (AVOID): Be more picky about files we avoid | 279 | * quick-install-emacs (AVOID): Be more picky about files we avoid |
| 275 | installing. | 280 | installing. |
| 276 | 281 | ||
| 277 | 2010-02-14 Juanma Barranquero <lekktu@gmail.com> | 282 | 2010-02-14 Juanma Barranquero <lekktu@gmail.com> |
diff --git a/admin/unidata/makefile.w32-in b/admin/unidata/makefile.w32-in index 1f9f276a35c..6a877e0c1d0 100644 --- a/admin/unidata/makefile.w32-in +++ b/admin/unidata/makefile.w32-in | |||
| @@ -41,12 +41,13 @@ unidata.txt: UnicodeData.txt | |||
| 41 | 41 | ||
| 42 | charprop-SH: unidata-gen.elc unidata.txt | 42 | charprop-SH: unidata-gen.elc unidata.txt |
| 43 | ELC=$(CURDIR)/unidata-gen.elc; \ | 43 | ELC=$(CURDIR)/unidata-gen.elc; \ |
| 44 | DATA=$(CURDIR)/unidata.txt; \ | 44 | DATADIR=$(CURDIR); \ |
| 45 | DATA=unidata.txt; \ | ||
| 45 | cd $(DSTDIR); \ | 46 | cd $(DSTDIR); \ |
| 46 | $(RUNEMACS) --load $${ELC} -f unidata-gen-files $${DATA} | 47 | $(RUNEMACS) --load $${ELC} -f unidata-gen-files $${DATADIR} $${DATA} |
| 47 | 48 | ||
| 48 | charprop-CMD: unidata-gen.elc unidata.txt | 49 | charprop-CMD: unidata-gen.elc unidata.txt |
| 49 | $(RUNEMACS) --eval $(ARGQUOTE)(cd $(DQUOTE)$(DSTDIR)$(DQUOTE))$(ARGQUOTE) --load $(CURDIR)/unidata-gen.elc -f unidata-gen-files $(CURDIR)/unidata.txt | 50 | $(RUNEMACS) --eval $(ARGQUOTE)(cd $(DQUOTE)$(DSTDIR)$(DQUOTE))$(ARGQUOTE) --load $(CURDIR)/unidata-gen.elc -f unidata-gen-files $(CURDIR) unidata.txt |
| 50 | 51 | ||
| 51 | ${DSTDIR}/charprop.el: charprop-$(SHELLTYPE) | 52 | ${DSTDIR}/charprop.el: charprop-$(SHELLTYPE) |
| 52 | 53 | ||