diff options
| author | Glenn Morris | 2010-10-09 10:59:55 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-10-09 10:59:55 -0700 |
| commit | f4f358f172feadc4c706e540f17e0989c2e1c9b8 (patch) | |
| tree | ee57599ae141cb4fca7768c329cf3a6bcc9ebcf0 /doc | |
| parent | 77aec22102cdee599831f5ae3e5eee7e3f2e3a5a (diff) | |
| download | emacs-f4f358f172feadc4c706e540f17e0989c2e1c9b8.tar.gz emacs-f4f358f172feadc4c706e540f17e0989c2e1c9b8.zip | |
* configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
* configure: Regenerate.
* .bzrignore: Remove doc/emacs/emacsver.texi.
* doc/emacs/Makefile.in (distclean): Do not delete emacsver.texi.
* doc/emacs/emacsver.texi: New file, replacing emacsver.texi.in.
* admin/admin.el (set-version): Add doc/emacs/emacsver.texi.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/Makefile.in | 1 | ||||
| -rw-r--r-- | doc/emacs/emacsver.texi | 4 | ||||
| -rw-r--r-- | doc/emacs/emacsver.texi.in | 1 |
4 files changed, 9 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 9eecf44abde..468a789c1d4 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2010-10-09 Glenn Morris <rgm@gnu.org> | 1 | 2010-10-09 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (distclean): Do not delete emacsver.texi. | ||
| 4 | * emacsver.texi: New file, replacing emacsver.texi.in. | ||
| 5 | |||
| 6 | 2010-10-09 Glenn Morris <rgm@gnu.org> | ||
| 7 | |||
| 3 | * emacsver.texi.in: New file. | 8 | * emacsver.texi.in: New file. |
| 4 | * emacs.texi: Set EMACSVER by including emacsver.texi. | 9 | * emacs.texi: Set EMACSVER by including emacsver.texi. |
| 5 | * Makefile.in (distclean): Delete emacsver.texi. | 10 | * Makefile.in (distclean): Delete emacsver.texi. |
diff --git a/doc/emacs/Makefile.in b/doc/emacs/Makefile.in index d877a92f93a..c50878ff533 100644 --- a/doc/emacs/Makefile.in +++ b/doc/emacs/Makefile.in | |||
| @@ -160,7 +160,6 @@ clean: mostlyclean | |||
| 160 | rm -f emacs-manual-${version}.tar* | 160 | rm -f emacs-manual-${version}.tar* |
| 161 | 161 | ||
| 162 | distclean: clean | 162 | distclean: clean |
| 163 | rm -f emacsver.texi | ||
| 164 | 163 | ||
| 165 | ## In the standalone tarfile, the clean rule runs this. | 164 | ## In the standalone tarfile, the clean rule runs this. |
| 166 | infoclean: | 165 | infoclean: |
diff --git a/doc/emacs/emacsver.texi b/doc/emacs/emacsver.texi new file mode 100644 index 00000000000..ffa860585ba --- /dev/null +++ b/doc/emacs/emacsver.texi | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | @c It would be nicer to generate this using configure and @version@. | ||
| 2 | @c However, that would mean emacsver.texi would always be newer | ||
| 3 | @c then the info files in release tarfiles. | ||
| 4 | @set EMACSVER 24.0.50 | ||
diff --git a/doc/emacs/emacsver.texi.in b/doc/emacs/emacsver.texi.in deleted file mode 100644 index d6ad0e8da02..00000000000 --- a/doc/emacs/emacsver.texi.in +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | @set EMACSVER @version@ | ||