diff options
| author | Glenn Morris | 2012-05-18 14:40:19 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-05-18 14:40:19 -0400 |
| commit | 29473393648da830a6e954672e59cfbf4012049b (patch) | |
| tree | 8f2d3c12f8f4d313fce5f34f89978d173977b588 /ChangeLog | |
| parent | bfed83348183b8a4468bdad717c66d5fbb444cdb (diff) | |
| download | emacs-29473393648da830a6e954672e59cfbf4012049b.tar.gz emacs-29473393648da830a6e954672e59cfbf4012049b.zip | |
* Makefile.in: Install only the relevant DOC file.
This only affects in-tree builds where you have several versions
emacs-24.1.50.1, .2, etc lying around.
* Makefile.in: (install-arch-indep): Delete etc/DOC*.
(install-doc): No more need to delete etc/DOC.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -1,5 +1,9 @@ | |||
| 1 | 2012-05-18 Glenn Morris <rgm@gnu.org> | 1 | 2012-05-18 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in: Install only the relevant DOC file. | ||
| 4 | (install-arch-indep): Delete etc/DOC*. | ||
| 5 | (install-doc): No more need to delete etc/DOC. | ||
| 6 | |||
| 3 | * Makefile.in (install-arch-indep): Split into several rules. | 7 | * Makefile.in (install-arch-indep): Split into several rules. |
| 4 | (install-doc, innstall-info, install-man): New rules. | 8 | (install-doc, innstall-info, install-man): New rules. |
| 5 | 9 | ||