* automake.in (&handle_texinfo, &handle_man_pages, &am_install_var):
authorAkim Demaille <akim@epita.fr>
Sun, 25 Feb 2001 18:04:29 +0000 (18:04 +0000)
committerAkim Demaille <akim@epita.fr>
Sun, 25 Feb 2001 18:04:29 +0000 (18:04 +0000)
commitb8a2f0f91082fd5351755ff4877cd24542da49d3
treea2d4992d600c3fba56741b80bc3ee0b908b51e95
parent7706098bf96c16d0804f0b5756509035282efad3
* automake.in (&handle_texinfo, &handle_man_pages, &am_install_var):
Don't deal with install-data-am, install-exec-am and unstall-am.
(&initialize_per_input): Add them to %dependencies.
Remove %exec_dir_p since the *.am files are now in charge of it.
Remove @uninstall, @install_data, @install_exec.
(&handle_merge_targets): Adjust to these removals.
(&file_contents): Also &transform_cond for --no-installman and
--no-installinfo.
(&do_one_merge_target): Add some magic to install hooks on
%dependencies' targets.
(%required_targets): New.
(&handle_factored_dependencies): Output required targets.
* data.am, header.am, java.am, libs.am, lisp.am, ltlib.am,
* mans-vars.am, mans.am, progs.am, python.am, scripts.am,
* texinfos.am: Declare your dependencies on install-data-am,
install-exec-am and uninstall-am.
* tests/instdata2.test (incldata_HEADERS): New test.
29 files changed:
ChangeLog
Makefile.in
automake.in
data.am
header.am
java.am
lib/am/data.am
lib/am/header.am
lib/am/java.am
lib/am/libs.am
lib/am/lisp.am
lib/am/ltlib.am
lib/am/mans-vars.am
lib/am/progs.am
lib/am/python.am
lib/am/scripts.am
lib/am/texinfos.am
libs.am
lisp.am
ltlib.am
m4/Makefile.in
mans-vars.am
progs.am
python.am
scripts.am
tests/Makefile.am
tests/Makefile.in
tests/instdata2.test [new file with mode: 0755]
texinfos.am