summaryrefslogtreecommitdiff
path: root/admin/admin.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-06-16 02:08:42 +0000
committerGlenn Morris <rgm@gnu.org>2008-06-16 02:08:42 +0000
commitb4ff704f28ac6dfb9c48c3e4306833e21cadd3c0 (patch)
tree0f74bdfcf18074c4574a855da4c3022c21ee505e /admin/admin.el
parent5bf25d0893bc6e039bf472f9ea69ce80ee942c09 (diff)
downloademacs-b4ff704f28ac6dfb9c48c3e4306833e21cadd3c0.tar.gz
(set-version): Add doc/lispref/vol1.texi,vol2.texi.
Diffstat (limited to 'admin/admin.el')
-rw-r--r--admin/admin.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/admin/admin.el b/admin/admin.el
index 2f62436a9a5..04637ee2c86 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -76,6 +76,12 @@ 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/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)