From: Glenn Morris Date: Sun, 15 Jun 2008 02:58:58 +0000 (+0000) Subject: (manual): Use "23" rather than "21". X-Git-Tag: emacs-pretest-23.0.90~4773 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a7bed3a05501629e64dd4ba4c7889fff9c159dfc;p=emacs.git (manual): Use "23" rather than "21". --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index cb674c92dee..875fa74250b 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,5 +1,10 @@ 2008-06-15 Glenn Morris + * 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. diff --git a/doc/lispref/makefile.w32-in b/doc/lispref/makefile.w32-in index 1fd84631e0f..f43547fab59 100644 --- a/doc/lispref/makefile.w32-in +++ b/doc/lispref/makefile.w32-in @@ -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: