Don't hard-code the list of info files in the top-level Makefile
authorGlenn Morris <rgm@gnu.org>
Wed, 2 May 2012 07:45:16 +0000 (00:45 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 2 May 2012 07:45:16 +0000 (00:45 -0700)
commit9aa071dfb9739328b39b9cbb4130b39b5ed30c85
tree423c5ada2ab9d61637f0718ca1c6530f9e24d8a7
parent226b674362163c251ffc43954e8f7b80822de57d
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.
ChangeLog
Makefile.in
doc/misc/ChangeLog
doc/misc/Makefile.in