For PR automake/343:
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 25 Aug 2002 20:45:51 +0000 (20:45 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 25 Aug 2002 20:45:51 +0000 (20:45 +0000)
commit966ba774770c7b84f8e8788470d2672fafd6afb3
tree2f28dc5105395c18f9155be83065a194ae476b6b
parentbd2020fc48c260a655fe80fa72d81c7848b088fa
For PR automake/343:
* automake.in (scan_texinfo_file) <clean_suffixes>: Remove dvi, ps,
and pdf.
(output_texinfo_build_rules): Define %DIRSTAMP% when processing
texibuild.am.  Return $dirstamp and a list of files to clean.
(handle_texinfo_helper): Process texi-vers.am after the call to
output_texinfo_build_rules and use $dirstamp to define %DIRSTAMP%.
* lib/am/texi-vers.am (%STAMPVTI%): Build %DIRSTAMP% if needed.
* lib/am/texibuild.am (%DEST_PREFIX%%DEST_SUFFIX%): Likewise.
(%DEST_PREFIX%.dvi, %DEST_PREFIX%.pdf): Depend on %DIRSTAMP%.
* tests/texinfo13.test: New file.
* tests/Makefile.am (TESTS): Add texinfo13.test.
* lib/am/texinfos.am (install-info-am, dist-info): Looks for
info files in build or source directory.
This completes the change from 2002-07-30 (for PR automake/168).
ChangeLog
Makefile.in
NEWS
automake.in
lib/am/texi-vers.am
lib/am/texibuild.am
lib/am/texinfos.am
tests/Makefile.am
tests/Makefile.in
tests/texinfo13.test [new file with mode: 0755]