aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-06-16 02:23:10 +0000
committerGlenn Morris <[email protected]>2008-06-16 02:23:10 +0000
commit5de85e832505cd25f47069b51e51d20289e0ad55 (patch)
tree858952291c9980bda21e6343bab4a736a186708d /admin
parent19b650ea21206eacb37a30fcb87882e16a1048e4 (diff)
(set-version): Add doc/lispref/book-spine.texinfo.
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog3
-rw-r--r--admin/admin.el3
2 files changed, 5 insertions, 1 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 1183ea539b..11480faa4e 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,6 +1,7 @@
2008-06-16 Glenn Morris <[email protected]>
- * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi.
+ * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
+ doc/lispref/book-spine.texinfo.
2008-06-15 Glenn Morris <[email protected]>
diff --git a/admin/admin.el b/admin/admin.el
index 04637ee2c8..2b4a7f4063 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -82,6 +82,9 @@ Root must be the root of an Emacs source tree."
(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)