Mercurial > emacs
diff admin/admin.el @ 95989:95f012d6bfcd
(set-version): Add doc/lispref/vol1.texi,vol2.texi.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Mon, 16 Jun 2008 02:08:42 +0000 |
| parents | 4e411168887d |
| children | b0696de9e16a |
line wrap: on
line diff
--- a/admin/admin.el Mon Jun 16 02:07:45 2008 +0000 +++ b/admin/admin.el Mon Jun 16 02:08:42 2008 +0000 @@ -76,6 +76,12 @@ (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/lispref/vol1.texi" version + (rx (and "EMACSVER" (1+ space) + (submatch (1+ (in "0-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/man/emacs.1" version (rx (and ".TH EMACS" (1+ not-newline) "GNU Emacs" (1+ space)
