]> git.eshelyaron.com Git - emacs.git/commitdiff
(manual): Use "23" rather than "21".
authorGlenn Morris <rgm@gnu.org>
Sun, 15 Jun 2008 02:58:58 +0000 (02:58 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 15 Jun 2008 02:58:58 +0000 (02:58 +0000)
doc/lispref/ChangeLog
doc/lispref/makefile.w32-in

index cb674c92dee7f06c7c5b45d76fa533afba49b2da..875fa74250b8997d43a9d3c75fe3f366229478d9 100644 (file)
@@ -1,5 +1,10 @@
 2008-06-15  Glenn Morris  <rgm@gnu.org>
 
+       * makefile.w32-in (manual): Use "23" rather than "21".
+
+       * Makefile.in (emacsver): New, set by configure.
+       (manual): Use emacsver.
+
        * intro.texi: Report bugs using M-x report-emacs-bug.
 
        * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
index 1fd84631e0f21b1fd71a81700a901a0a3a9ebf4d..f43547fab59e1a54fd67cd55d974993d045f2c5d 100644 (file)
@@ -37,7 +37,8 @@ texinputdir = $(srcdir)\..\..\nt\envadd.bat "TEXINPUTS=$(srcdir);$(TEXINPUTS)" /
 
 # The name of the manual:
 VERSION=2.9
-manual = elisp-manual-21-$(VERSION)
+## FIXME can this be set by configure, as per Makefile.in?
+manual = elisp-manual-23-$(VERSION)
 
 # List of all the texinfo files in the manual: