]> git.eshelyaron.com Git - emacs.git/commitdiff
(set-version): Handle configure.in. Adapt for doc/ directory layout
authorGlenn Morris <rgm@gnu.org>
Wed, 5 Dec 2007 03:32:13 +0000 (03:32 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 5 Dec 2007 03:32:13 +0000 (03:32 +0000)
for manuals.

admin/ChangeLog
admin/admin.el

index ffcaf196604f15fa948043df54752a9e1e7cfd5c..c3252d3ff704bc719b7b42172c08ebf960023eeb 100644 (file)
@@ -1,3 +1,8 @@
+2007-12-05  Glenn Morris  <rgm@gnu.org>
+
+       * admin.el (set-version): Handle configure.in.  Adapt for doc/
+       directory layout for manuals.
+
 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * FOR-RELEASE: Remove Gnus send mail problem.  Other Gnus bugs
index a8b436171c5c7a6dc245d2fe7e479979cea44dbb..a490442a44bf1d339fe7d7cada67fcf987232d33 100644 (file)
@@ -68,10 +68,14 @@ Root must be the root of an Emacs source tree."
   (set-version-in-file root "README" version
                       (rx (and "version" (1+ space)
                                (submatch (1+ (in "0-9."))))))
-  (set-version-in-file root "man/emacs.texi" version
+  (set-version-in-file root "configure.in" version
+                      (rx (and "AC_INIT" (1+ (not (in ?,)))
+                                ?, (0+ space)
+                                (submatch (1+ (in "0-9."))))))
+  (set-version-in-file root "doc/emacs/emacs.texi" version
                       (rx (and "EMACSVER" (1+ space)
                                (submatch (1+ (in "0-9."))))))
-  (set-version-in-file root "lispref/elisp.texi" version
+  (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 "lib-src/makefile.w32-in" version