]> git.eshelyaron.com Git - emacs.git/commitdiff
(set-version): Add doc/lispref/book-spine.texinfo.
authorGlenn Morris <rgm@gnu.org>
Mon, 16 Jun 2008 02:23:10 +0000 (02:23 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 16 Jun 2008 02:23:10 +0000 (02:23 +0000)
admin/ChangeLog
admin/admin.el

index 1183ea539b07ecf02cfbf3d067abb4abd79dc769..11480faa4eb706854929592130ef422805e33dda 100644 (file)
@@ -1,6 +1,7 @@
 2008-06-16  Glenn Morris  <rgm@gnu.org>
 
-       * 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  <rgm@gnu.org>
 
index 04637ee2c86f713252f6a59911f1f85763808dbc..2b4a7f406373e6b16b07c2fb976f3fc0188c224e 100644 (file)
@@ -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)