diff options
author | Glenn Morris <rgm@gnu.org> | 2014-11-09 18:01:56 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-11-09 18:01:56 -0800 |
commit | be1f31616a1e0db3764da6ab3a22e04f913a25ab (patch) | |
tree | 91db4905ba823e4ab7aa521d7cd3d164b2f79abd /doc/man | |
parent | 91982ede583f0575844feb8b4c73de9529bb0876 (diff) | |
download | emacs-be1f31616a1e0db3764da6ab3a22e04f913a25ab.tar.gz |
Further reduce the number of versioned files storing the version number
* configure.ac (doc/man/emacs.1): Generate it.
* Makefile.in (top_bootclean): Remove doc/man/emacs.1.
* make-dist: Do not distribute doc/man/emacs.1.
* admin/admin.el (set-version): No need to update doc/man/emacs.1.
* doc/man/emacs.1.in: Rename from emacs.1.
* .bzrignore: Add doc/man/emacs.1.
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/ChangeLog | 4 | ||||
-rw-r--r-- | doc/man/emacs.1.in (renamed from doc/man/emacs.1) | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/man/ChangeLog b/doc/man/ChangeLog index b73bf74e2a6..ad220a33898 100644 --- a/doc/man/ChangeLog +++ b/doc/man/ChangeLog @@ -1,3 +1,7 @@ +2014-11-10 Glenn Morris <rgm@gnu.org> + + * emacs.1.in: Rename from emacs.1. + 2014-10-20 Glenn Morris <rgm@gnu.org> * Merge in all changes up to 24.4 release. diff --git a/doc/man/emacs.1 b/doc/man/emacs.1.in index 6ad6ee1030b..fc7be71f284 100644 --- a/doc/man/emacs.1 +++ b/doc/man/emacs.1.in @@ -1,5 +1,5 @@ .\" See section COPYING for copyright and redistribution information. -.TH EMACS 1 "2007 April 13" "GNU Emacs 25.0.50" +.TH EMACS 1 "2007 April 13" "GNU Emacs @version@" . . .SH NAME @@ -579,7 +579,7 @@ They are stored here to reduce the size of Emacs proper. . . .SH BUGS -There is a mailing list, bug-gnu-emacs@gnu.org, for reporting Emacs +There is a mailing list, @PACKAGE_BUGREPORT@, for reporting Emacs bugs and fixes. But before reporting something as a bug, please try to be sure that it really is a bug, not a misunderstanding or a deliberate feature. |