Mercurial > emacs
diff admin/admin.el @ 95992:b0696de9e16a
(set-version): Add doc/lispref/book-spine.texinfo.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Mon, 16 Jun 2008 02:23:03 +0000 |
| parents | 95f012d6bfcd |
| children | 78f1f6985e22 |
line wrap: on
line diff
--- a/admin/admin.el Mon Jun 16 02:21:42 2008 +0000 +++ b/admin/admin.el Mon Jun 16 02:23:03 2008 +0000 @@ -82,6 +82,9 @@ (set-version-in-file root "doc/lispref/vol2.texi" version (rx (and "EMACSVER" (1+ space) (submatch (1+ (in "0-9.")))))) + (set-version-in-file root "doc/lispref/book-spine.texinfo" version + (rx (and "Emacs Version" (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)
