]> git.eshelyaron.com Git - emacs.git/commitdiff
* make-dist: Distribute new build-aux files.
authorGlenn Morris <rgm@gnu.org>
Thu, 12 Dec 2013 09:39:13 +0000 (01:39 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 12 Dec 2013 09:39:13 +0000 (01:39 -0800)
ChangeLog
make-dist

index 4ca59ae5ce066afd11eb479dd6cbbc50a3d3be18..09624a6cf96af9955b0315d177f9b65825d38b86 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,8 @@
        Instead of info/dir entries, check @dircategory in info/*.info.
        * make-dist: Use `info' rule rather than `info-real'.
        No more info/COPYING (not even the right license for info/ files).
+       Distribute new build-aux files.
+
        * info/: Remove from repository.
 
 2013-12-11  Glenn Morris  <rgm@gnu.org>
index 20473e0dbb835e296b490fc05419404ebcae44ed..17f54419606e52b9ca73b7b81d696ad3c7c8b768 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -340,10 +340,12 @@ echo "Making links to \`leim' and its subdirectories"
  ln Makefile.in ../${tempdir}/leim/Makefile.in
  ln leim-ext.el ../${tempdir}/leim/leim-ext.el)
 
+## FIXME Can we not just use the "find -type f" method for this one?
 echo "Making links to \`build-aux'"
 (cd build-aux
  ln compile config.guess config.sub depcomp msys-to-w32 ../${tempdir}/build-aux
- ln install-sh missing move-if-change update-subdirs ../${tempdir}/build-aux)
+ ln install-sh missing move-if-change update-subdirs ../${tempdir}/build-aux
+ ln dir_top make-info-dir ../${tempdir}/build-aux)
 
 echo "Making links to \`build-aux/snippet'"
 (cd build-aux/snippet