diff options
| author | Glenn Morris | 2012-05-02 00:45:16 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-05-02 00:45:16 -0700 |
| commit | 9aa071dfb9739328b39b9cbb4130b39b5ed30c85 (patch) | |
| tree | 423c5ada2ab9d61637f0718ca1c6530f9e24d8a7 /ChangeLog | |
| parent | 226b674362163c251ffc43954e8f7b80822de57d (diff) | |
| download | emacs-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -1,5 +1,9 @@ | |||
| 1 | 2012-05-02 Glenn Morris <rgm@gnu.org> | 1 | 2012-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 | ||