emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115487: * make-dist: Distribute new build-aux files


From: Glenn Morris
Subject: [Emacs-diffs] trunk r115487: * make-dist: Distribute new build-aux files.
Date: Thu, 12 Dec 2013 09:39:19 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115487
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2013-12-12 01:39:13 -0800
message:
  * make-dist: Distribute new build-aux files.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  make-dist                      makedist-20091113204419-o5vbwnq5f7feedwu-476
=== modified file 'ChangeLog'
--- a/ChangeLog 2013-12-12 09:02:27 +0000
+++ b/ChangeLog 2013-12-12 09:39:13 +0000
@@ -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  <address@hidden>

=== modified file 'make-dist'
--- a/make-dist 2013-12-12 08:54:21 +0000
+++ b/make-dist 2013-12-12 09:39:13 +0000
@@ -340,10 +340,12 @@
  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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]