diff options
| author | Paul Eggert | 2011-01-14 10:56:58 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-01-14 10:56:58 -0800 |
| commit | 9f4b8b4732b3fa386da6cf009c828e8153b78275 (patch) | |
| tree | 29aa02897f473399f37b911f96eaa87369aa90ac /ChangeLog | |
| parent | f80aa5bfa90dff5cd75d1f40e4ababa3c86af7fb (diff) | |
| download | emacs-9f4b8b4732b3fa386da6cf009c828e8153b78275.tar.gz emacs-9f4b8b4732b3fa386da6cf009c828e8153b78275.zip | |
* make-dist: Distribute test/ files too.
Distribute every file under test/ that is under version control,
using patterns like *.el to capture files that are added later.
Without this change, "configure" would fail, because it would
attempt to build from a Makefile.in that was not distributed.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -1,3 +1,11 @@ | |||
| 1 | 2011-01-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * make-dist: Distribute test/ files too. | ||
| 4 | Distribute every file under test/ that is under version control, | ||
| 5 | using patterns like *.el to capture files that are added later. | ||
| 6 | Without this change, "configure" would fail, because it would | ||
| 7 | attempt to build from a Makefile.in that was not distributed. | ||
| 8 | |||
| 1 | 2011-01-13 Christian Ohler <ohler@gnu.org> | 9 | 2011-01-13 Christian Ohler <ohler@gnu.org> |
| 2 | 10 | ||
| 3 | * Makefile.in (INFO_FILES): Add ERT. | 11 | * Makefile.in (INFO_FILES): Add ERT. |