From a7bed3a05501629e64dd4ba4c7889fff9c159dfc Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 15 Jun 2008 02:58:58 +0000 Subject: [PATCH] (manual): Use "23" rather than "21". --- doc/lispref/ChangeLog | 5 +++++ doc/lispref/makefile.w32-in | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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: -- 2.39.2