aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-05-02 00:45:16 -0700
committerGlenn Morris2012-05-02 00:45:16 -0700
commit9aa071dfb9739328b39b9cbb4130b39b5ed30c85 (patch)
tree423c5ada2ab9d61637f0718ca1c6530f9e24d8a7 /ChangeLog
parent226b674362163c251ffc43954e8f7b80822de57d (diff)
downloademacs-9aa071dfb9739328b39b9cbb4130b39b5ed30c85.tar.gz
emacs-9aa071dfb9739328b39b9cbb4130b39b5ed30c85.zip
Don't hard-code the list of info files in the top-level Makefile
The sed '/ing directory/d' piece is to remove the annoying "entering/leaving directory" messages that GNU make insists on printing when called recursively. --no-print-directory isn't portable. * Makefile.in (INFO_FILES): Remove variable. (INFO_NONMISC): New variable. (install-arch-indep, uninstall): Don't use $INFO_FILES. * doc/misc/Makefile.in (echo-info): New phony target, used by top-level.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5836ea1276b..bf4d53edf4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
12012-05-02 Glenn Morris <rgm@gnu.org> 12012-05-02 Glenn Morris <rgm@gnu.org>
2 2
3 * Makefile.in (INFO_FILES): Remove variable.
4 (INFO_NONMISC): New variable.
5 (install-arch-indep, uninstall): Don't use $INFO_FILES.
6
3 * Makefile.in (uninstall): Remove useless-use-of-for; that for 7 * Makefile.in (uninstall): Remove useless-use-of-for; that for
4 some reason caused problems on an old Solaris. 8 some reason caused problems on an old Solaris.
5 9