]> sourceware.org Git - automake.git/commit
Support for `install-dvi', `install-html', `install-ps', and
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 30 Dec 2004 23:10:43 +0000 (23:10 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 30 Dec 2004 23:10:43 +0000 (23:10 +0000)
commitd45031c34d38e86d838dd10ace3f07bdd47b9c78
tree09dd5235719bd89c60eea205e96ff2322f99d77c
parent90b3ba23501cd7ec57f12dac90a9ae9d95f9d08d
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
This page took 0.032682 seconds and 5 git commands to generate.