diff options
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/makefile.w32-in | 3 |
2 files changed, 7 insertions, 1 deletions
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 @@ | |||
| 1 | 2008-06-15 Glenn Morris <rgm@gnu.org> | 1 | 2008-06-15 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * makefile.w32-in (manual): Use "23" rather than "21". | ||
| 4 | |||
| 5 | * Makefile.in (emacsver): New, set by configure. | ||
| 6 | (manual): Use emacsver. | ||
| 7 | |||
| 3 | * intro.texi: Report bugs using M-x report-emacs-bug. | 8 | * intro.texi: Report bugs using M-x report-emacs-bug. |
| 4 | 9 | ||
| 5 | * elisp.texi (EMACSVER): Remove duplicate, outdated setting. | 10 | * 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)" / | |||
| 37 | 37 | ||
| 38 | # The name of the manual: | 38 | # The name of the manual: |
| 39 | VERSION=2.9 | 39 | VERSION=2.9 |
| 40 | manual = elisp-manual-21-$(VERSION) | 40 | ## FIXME can this be set by configure, as per Makefile.in? |
| 41 | manual = elisp-manual-23-$(VERSION) | ||
| 41 | 42 | ||
| 42 | # List of all the texinfo files in the manual: | 43 | # List of all the texinfo files in the manual: |
| 43 | 44 | ||