aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorPaul Eggert2016-03-23 11:27:22 -0700
committerPaul Eggert2016-03-23 11:27:22 -0700
commit39577d07124ee16895b9c6aab7e2c6e7d41cc715 (patch)
tree42d8be58eecc9ab22b7e65e54080414c49037b4c /lisp
parent77557ce8ca903d5358808d34c9d80fc4be8e1759 (diff)
parentad250f2b673f3ca9d1e22c01ae4d0e83fabb4520 (diff)
downloademacs-39577d07124ee16895b9c6aab7e2c6e7d41cc715.tar.gz
emacs-39577d07124ee16895b9c6aab7e2c6e7d41cc715.zip
Merge from origin/emacs-25
ad250f2 Sync with gnulib c0165ea Resurrect GNUS-NEWS autogeneration # Conflicts: # etc/GNUS-NEWS # lisp/Makefile.in
Diffstat (limited to 'lisp')
-rw-r--r--lisp/Makefile.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 83714d0f5a7..12bb9c7a3ce 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -201,7 +201,7 @@ update-subdirs:
201 $(srcdir)/../build-aux/update-subdirs $$file; \ 201 $(srcdir)/../build-aux/update-subdirs $$file; \
202 done; 202 done;
203 203
204.PHONY: updates repo-update update-authors 204.PHONY: updates repo-update update-authors update-gnus-news
205 205
206# Some modes of make-dist use this. 206# Some modes of make-dist use this.
207updates: update-subdirs autoloads finder-data custom-deps 207updates: update-subdirs autoloads finder-data custom-deps
@@ -214,12 +214,17 @@ updates: update-subdirs autoloads finder-data custom-deps
214# this directory's autoloads rule. 214# this directory's autoloads rule.
215repo-update: compile finder-data custom-deps 215repo-update: compile finder-data custom-deps
216 216
217# Update the AUTHORS file. 217# Update etc/AUTHORS and etc/GNUS-NEWS.
218 218
219update-authors: 219update-authors:
220 $(emacs) -L "$(top_srcdir)/admin" -l authors \ 220 $(emacs) -L "$(top_srcdir)/admin" -l authors \
221 -f batch-update-authors "$(top_srcdir)/etc/AUTHORS" "$(top_srcdir)" 221 -f batch-update-authors "$(top_srcdir)/etc/AUTHORS" "$(top_srcdir)"
222 222
223update-gnus-news:
224 $(emacs) -L "$(top_srcdir)/doc/misc" -l gnus-news -f batch-gnus-news \
225 "$(top_srcdir)/doc/misc/gnus-news.texi" \
226 "$(top_srcdir)/etc/GNUS-NEWS"
227
223FORCE: 228FORCE:
224.PHONY: FORCE 229.PHONY: FORCE
225 230