emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r117418: * lisp/Makefile.in (update-authors): Update


From: Glenn Morris
Subject: [Emacs-diffs] trunk r117418: * lisp/Makefile.in (update-authors): Update for moved authors.el.
Date: Thu, 26 Jun 2014 21:51:31 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117418
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2014-06-26 17:51:25 -0400
message:
  * lisp/Makefile.in (update-authors): Update for moved authors.el.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/Makefile.in               
makefile.in-20091113204419-o5vbwnq5f7feedwu-1831
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-06-26 14:21:46 +0000
+++ b/lisp/ChangeLog    2014-06-26 21:51:25 +0000
@@ -1,3 +1,7 @@
+2014-06-26  Glenn Morris  <address@hidden>
+
+       * Makefile.in (update-authors): Update for moved authors.el.
+
 2014-06-26  Leo Liu  <address@hidden>
 
        * skeleton.el (skeleton-end-hook): Default to nil and move the

=== modified file 'lisp/Makefile.in'
--- a/lisp/Makefile.in  2014-06-25 23:51:10 +0000
+++ b/lisp/Makefile.in  2014-06-26 21:51:25 +0000
@@ -238,7 +238,8 @@
 # Update the AUTHORS file.
 
 update-authors:
-       $(emacs) -l authors -f batch-update-authors $(top_srcdir)/etc/AUTHORS 
$(top_srcdir)
+       $(emacs) -L "$(top_srcdir)/admin" -l authors \
+         -f batch-update-authors "$(top_srcdir)/etc/AUTHORS" "$(top_srcdir)"
 
 
 ETAGS = ../lib-src/etags


reply via email to

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