]> git.eshelyaron.com Git - emacs.git/commitdiff
admin/unidata/makefile.w32-in: Duplicate change in Makefile.in (2011-07-06T22:43...
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 7 Jul 2011 13:55:12 +0000 (15:55 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 7 Jul 2011 13:55:12 +0000 (15:55 +0200)
admin/ChangeLog
admin/unidata/makefile.w32-in

index 3632a0992a69c0f35a8e062f083dbbde74386bf6..dbbe38ce6176acfa5b3d304c1e94cd7a37bd2454 100644 (file)
@@ -1,3 +1,8 @@
+2011-07-07  Juanma Barranquero  <lekktu@gmail.com>
+
+       * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
+       Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
+
 2011-07-06  Kenichi Handa  <handa@m17n.org>
 
        * unidata/unidata-gen.el (unidata-dir): New variable.
@@ -25,7 +30,7 @@
        (unidata-gen-table-decomposition): Likewise.
        (unidata-describe-general-category): Add the case nil to the
        description alist.
-       (unidata-gen-mirroring-list): New funciton.
+       (unidata-gen-mirroring-list): New function.
        (unidata-gen-files): New arg DATA-DIR.  Adjusted for the change of
        unidata-prop-alist.  Handle the case of storing multiple
        char-tables in a file.
        * unidata/BidiMirroring.txt: New file from
        http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
 
-       * unidata/Makefile.in: (../../src/bidimirror.h): New target.
+       * unidata/Makefile.in (../../src/bidimirror.h): New target.
        (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
 
        * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
 
        * quick-install-emacs: Use more portable shell syntax.
 
-       * quick-install-emacs: (AVOID): Be more picky about files we avoid
+       * quick-install-emacs (AVOID): Be more picky about files we avoid
        installing.
 
 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
index 1f9f276a35cdb54212fed5209f963ea582c9c146..6a877e0c1d016eecbbbc9ddf6d35464e99f7fb6d 100644 (file)
@@ -41,12 +41,13 @@ unidata.txt: UnicodeData.txt
 
 charprop-SH: unidata-gen.elc unidata.txt
        ELC=$(CURDIR)/unidata-gen.elc; \
-       DATA=$(CURDIR)/unidata.txt; \
+       DATADIR=$(CURDIR); \
+       DATA=unidata.txt; \
        cd $(DSTDIR); \
-         $(RUNEMACS) --load $${ELC} -f unidata-gen-files $${DATA}
+         $(RUNEMACS) --load $${ELC} -f unidata-gen-files $${DATADIR} $${DATA}
 
 charprop-CMD: unidata-gen.elc unidata.txt
-       $(RUNEMACS) --eval $(ARGQUOTE)(cd $(DQUOTE)$(DSTDIR)$(DQUOTE))$(ARGQUOTE) --load $(CURDIR)/unidata-gen.elc -f unidata-gen-files $(CURDIR)/unidata.txt
+       $(RUNEMACS) --eval $(ARGQUOTE)(cd $(DQUOTE)$(DSTDIR)$(DQUOTE))$(ARGQUOTE) --load $(CURDIR)/unidata-gen.elc -f unidata-gen-files $(CURDIR) unidata.txt
 
 ${DSTDIR}/charprop.el: charprop-$(SHELLTYPE)