]> sourceware.org Git - automake.git/commit
* 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)
commit1c5f58f99b104c8282f67301c37bae1197600560
tree72f748962a9023e440e3018dcb162bdff67f76a9
parent3a367e1c54efee28f087ed9d4837cf109b880c8d
* 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
This page took 0.034739 seconds and 5 git commands to generate.