diff admin/admin.el @ 110881:b71665f4f9ba

* configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi. * configure: Regenerate. * .bzrignore: Remove doc/emacs/emacsver.texi. * doc/emacs/Makefile.in (distclean): Do not delete emacsver.texi. * doc/emacs/emacsver.texi: New file, replacing emacsver.texi.in. * admin/admin.el (set-version): Add doc/emacs/emacsver.texi.
author Glenn Morris <rgm@gnu.org>
date Sat, 09 Oct 2010 10:59:55 -0700
parents f537cb2035e9
children 417b1e4d63cd
line wrap: on
line diff
--- a/admin/admin.el	Sat Oct 09 17:44:44 2010 +0200
+++ b/admin/admin.el	Sat Oct 09 10:59:55 2010 -0700
@@ -70,6 +70,9 @@
 		       (rx (and "AC_INIT" (1+ (not (in ?,)))
                                 ?, (0+ space)
                                 (submatch (1+ (in "0-9."))))))
+  (set-version-in-file root "doc/emacs/emacsver.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)