Support for `install-dvi', `install-html', `install-ps', and
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 30 Dec 2004 23:10:52 +0000 (23:10 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 30 Dec 2004 23:10:52 +0000 (23:10 +0000)
commitae6b80f3f00c7f06f1eb9d7143fa00b24b7c62d3
tree506de8e148728313eb01a1b535259cbfaf9cb089
parent7c3a688e9b9e747a161d9d20f6b87327e7741dfe
Support for `install-dvi', `install-html', `install-ps', and
`install-pdf', as recently introduced into the GNU Coding
Standard.

* automake.in (handle_factored_dependencies): Reject
uninstall-dvi-local, uninstall-html-local, uninstall-info-local,
uninstall-ps-local, and uninstall-pdf-local.  Allow
install-info-local even when no-installinfo is not used.
(handle_data): Allow datarootdir, dvidir, htmldir, pdfdir, and psdir.
(%standard_prefix): Declare these new standard directory variables.
* doc/automake.texi (Texinfo, Third-Party Makefiles): Document
install-dvi, install-html, install-pdf, and install-ps.
(Extending): Document install-local-dvi, install-local-html,
install-local-info, install-local-pdf, and install-local-ps.
* lib/Automake/Rule.pm (%dependencies): Add new install rules,
and remove uninstall-info.
* /cvs/automake/automake/lib/am/texinfos.am (install-dvi,
install-dvi-am, install-dvi-recursive, install-html,
install-html-am, install-html-recursive, install-pdf,
install-pdf-am, install-pdf-recursive, install-ps, install-ps-am,
install-ps-recursive, uninstall-dvi-am, uninstall-html-am,
uninstall-pdf-am, uninstall-ps-am): New rules.
(uninstall-info): Delete.
* tests/txinfo21.test: Augment to check for these new rules.
* tests/exdir2.test: Do not use `htmldir' as example of
undefined directory.
* tests/overrid.test: Do not be fooled by install-ps and
install-html.
* tests/txinfo10.test: Do not grep for uninstall-info-recursive.
20 files changed:
ChangeLog
Makefile.in
NEWS
automake.in
doc/Makefile.in
doc/automake.texi
doc/stamp-vti
doc/version.texi
lib/Automake/Makefile.in
lib/Automake/Rule.pm
lib/Automake/tests/Makefile.in
lib/Makefile.in
lib/am/Makefile.in
lib/am/texinfos.am
m4/Makefile.in
tests/Makefile.in
tests/exdir2.test
tests/overrid.test
tests/txinfo10.test
tests/txinfo21.test