aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-01-14 10:56:58 -0800
committerPaul Eggert2011-01-14 10:56:58 -0800
commit9f4b8b4732b3fa386da6cf009c828e8153b78275 (patch)
tree29aa02897f473399f37b911f96eaa87369aa90ac /ChangeLog
parentf80aa5bfa90dff5cd75d1f40e4ababa3c86af7fb (diff)
downloademacs-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00cfbdfb2ca..8ec19dd371f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
12011-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
12011-01-13 Christian Ohler <ohler@gnu.org> 92011-01-13 Christian Ohler <ohler@gnu.org>
2 10
3 * Makefile.in (INFO_FILES): Add ERT. 11 * Makefile.in (INFO_FILES): Add ERT.