diff options
| author | Glenn Morris | 2014-11-09 16:17:17 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-11-09 16:17:17 -0800 |
| commit | a16d6f90eee0668d3658e5a9ad89854a8d95a99a (patch) | |
| tree | 5f163bcdf3b5a5f8d68e3c4a3c81f8307e551932 /ChangeLog | |
| parent | 5d4da32d4ec662febf3a2f59b713229867f743cb (diff) | |
| download | emacs-a16d6f90eee0668d3658e5a9ad89854a8d95a99a.tar.gz emacs-a16d6f90eee0668d3658e5a9ad89854a8d95a99a.zip | |
Stop keeping doc/emacs/emacsver.texi in the repository
* configure.ac (doc/emacs/emacsver.texi): Generate it.
* make-dist (doc/emacs/emacsver.texi) [update]: No longer check it.
* doc/emacs/Makefile.in (top_srcdir, version): New, set by configure.
(doc-emacsver): New rule.
(bootstrap-clean, maintainer-clean): Delete emacsver.texi.
(emacsver.texi.in): Rename from emacsver.texi.
* admin/admin.el (set-version): No need to update doc/emacs/emacsver.texi.
(make-manuals-dist-output-variables): Add top_srcdir.
(make-manuals-dist--1): Handle @version@ specially.
* .bzrignore: Add doc/emacs/emacsver.texi.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 8 insertions, 5 deletions
| @@ -1,12 +1,15 @@ | |||
| 1 | 2014-11-10 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * configure.ac (doc/emacs/emacsver.texi): Generate it. | ||
| 4 | * make-dist (doc/emacs/emacsver.texi) [update]: No longer check it. | ||
| 5 | |||
| 1 | 2014-11-08 Dani Moncayo <dmoncayo@gmail.com> | 6 | 2014-11-08 Dani Moncayo <dmoncayo@gmail.com> |
| 2 | 7 | ||
| 3 | * build-aux/msys-to-w32: simplify the initial over-engineered | 8 | * build-aux/msys-to-w32: Simplify the initial over-engineered |
| 4 | interface, and the implementation. | 9 | interface, and the implementation. |
| 5 | * Makefile.in (epaths-force-w32): Update for the above. Also | 10 | * Makefile.in (epaths-force-w32): Update for the above. Also |
| 6 | simplify, assuming that the shell is bash (which is the case in | 11 | simplify, assuming that the shell is bash (which is the case in MSYS). |
| 7 | MSYS). | 12 | (msys_w32prefix_subst, msys_sed_sh_escape): Remove (no longer used). |
| 8 | (msys_w32prefix_subst, msys_sed_sh_escape): Remove (no longer | ||
| 9 | used). | ||
| 10 | 13 | ||
| 11 | 2014-11-05 Glenn Morris <rgm@gnu.org> | 14 | 2014-11-05 Glenn Morris <rgm@gnu.org> |
| 12 | 15 | ||