]> code.delx.au - gnu-emacs/blobdiff - leim/Makefile.in
Merge from emacs-23; up to 2012-01-19T07:15:48Z!rgm@gnu.org.
[gnu-emacs] / leim / Makefile.in
index 18eb8b62a9681e737f44d8b2eda3d9dbe8bbab94..9556ecb3bb73bdc0fd73fdd41b509f98abe27c8e 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for leim subdirectory in GNU Emacs.
 
-# Copyright (C) 1997-2011  Free Software Foundation, Inc.
+# Copyright (C) 1997-2012  Free Software Foundation, Inc.
 # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
 #   2006, 2007, 2008, 2009, 2010, 2011
 #   National Institute of Advanced Industrial Science and Technology (AIST)
@@ -124,6 +124,7 @@ OTHERS= \
        ${srcdir}/quail/arabic.elc \
        ${srcdir}/quail/ethiopic.elc \
        ${srcdir}/quail/ipa.elc \
+       ${srcdir}/quail/ipa-praat.elc \
        ${srcdir}/quail/hebrew.elc \
        ${srcdir}/quail/georgian.elc \
        $(srcdir)/quail/persian.elc \
@@ -221,7 +222,7 @@ MV_DIRS = for i in $$dir; do rm -fr `basename "$$i"` ; mv "$$i" . ; done
 
 install: all
        if [ ! -d ${INSTALLDIR} ] ; then \
-          umask 022; ${srcdir}/../install-sh -d ${INSTALLDIR}; \
+          umask 022; ${srcdir}/../build-aux/install-sh -d ${INSTALLDIR}; \
        else true; fi
        if [ x`(cd ${INSTALLDIR} && /bin/pwd)` != x`(/bin/pwd)` ] ; then \
          rm -f ${INSTALLDIR}/leim-list.el; \