2003-03-14 Richard Dawe <rich@phekda.freeserve.co.uk>
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 14 Apr 2003 19:59:30 +0000 (19:59 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 14 Apr 2003 19:59:30 +0000 (19:59 +0000)
commit5eec56e1d573a265d99ee76504eb917d0c2aa7a1
tree56919043ec29f3fc386e508e72b17f498eceffc9
parentc60acc33dc59d43540a99bdf060ca28d24d36b1e
2003-03-14  Richard Dawe  <rich@phekda.freeserve.co.uk>
            Alexandre Duret-Lutz  <adl@gnu.org>

        * automake.in (output_texinfo_build_rules, handle_texinfo_helper,
        initialize_per_input):  Add infrastructure for generating HTML
        documentation from texinfo source.
        * lib/am/texinfos.am: Add rules for building HTML documentation
        from texinfo source.
        * lib/am/texibuild.am: Likewise.
        * automake.texi (Texinfo): Document rules for building
        HTML documentation from texinfo source.
        * tests/txinfo21.test: New file.
        * tests/Makefile.am (TESTS): Add txinfo21.test.
* tests/defs.in: Handle required=makeinfo-html.
16 files changed:
ChangeLog
Makefile.in
NEWS
automake.in
automake.texi
lib/Automake/Makefile.in
lib/Automake/tests/Makefile.in
lib/Makefile.in
lib/am/Makefile.in
lib/am/texibuild.am
lib/am/texinfos.am
m4/Makefile.in
tests/Makefile.am
tests/Makefile.in
tests/defs.in
tests/txinfo21.test [new file with mode: 0755]