diff options
| author | Paul Eggert | 2016-03-23 11:27:22 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-03-23 11:27:22 -0700 |
| commit | 39577d07124ee16895b9c6aab7e2c6e7d41cc715 (patch) | |
| tree | 42d8be58eecc9ab22b7e65e54080414c49037b4c /lisp | |
| parent | 77557ce8ca903d5358808d34c9d80fc4be8e1759 (diff) | |
| parent | ad250f2b673f3ca9d1e22c01ae4d0e83fabb4520 (diff) | |
| download | emacs-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.in | 9 |
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. |
| 207 | updates: update-subdirs autoloads finder-data custom-deps | 207 | updates: 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. |
| 215 | repo-update: compile finder-data custom-deps | 215 | repo-update: compile finder-data custom-deps |
| 216 | 216 | ||
| 217 | # Update the AUTHORS file. | 217 | # Update etc/AUTHORS and etc/GNUS-NEWS. |
| 218 | 218 | ||
| 219 | update-authors: | 219 | update-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 | ||
| 223 | update-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 | |||
| 223 | FORCE: | 228 | FORCE: |
| 224 | .PHONY: FORCE | 229 | .PHONY: FORCE |
| 225 | 230 | ||