]> git.eshelyaron.com Git - emacs.git/commitdiff
(set-version): Add doc/man/emacs.1.
authorGlenn Morris <rgm@gnu.org>
Tue, 8 Jan 2008 04:43:10 +0000 (04:43 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 8 Jan 2008 04:43:10 +0000 (04:43 +0000)
admin/ChangeLog
admin/admin.el

index 2855ef1b033f9b001a2fc27dcf433751912f8b6f..9098476465022e61bf731901d9f4e0454a98f798 100644 (file)
@@ -1,3 +1,7 @@
+2008-01-08  Glenn Morris  <rgm@gnu.org>
+
+       * admin.el (set-version): Add doc/man/emacs.1.
+
 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * notes/copyright:
index 1255649c88815a87b67c5f30a36d763fb3e078ec..3405d36520a5673f85710e9a55cbbf28439c7c9b 100644 (file)
@@ -78,6 +78,10 @@ Root must be the root of an Emacs source tree."
   (set-version-in-file root "doc/lispref/elisp.texi" version
                       (rx (and "EMACSVER" (1+ space)
                                (submatch (1+ (in "0-9."))))))
+  (set-version-in-file root "doc/man/emacs.1" version
+                      (rx (and ".TH EMACS" (1+ not-newline)
+                                "GNU Emacs" (1+ space)
+                               (submatch (1+ (in "0-9."))))))
   (set-version-in-file root "lib-src/makefile.w32-in" version
                       (rx (and "VERSION" (0+ space) "=" (0+ space)
                                (submatch (1+ (in "0-9."))))))