* Makefile.def: Add html support.

* Makefile.tpl: Likewise.
        * Makefile.in: Regenerate.
This commit is contained in:
Mike Stump
2004-11-13 17:42:50 +00:00
parent 87b838398a
commit b6fb961f47
4 changed files with 2289 additions and 2 deletions

View File

@@ -143,6 +143,8 @@ recursive_targets = { make_target= info;
depend=configure; };
recursive_targets = { make_target= dvi;
depend=configure; };
recursive_targets = { make_target= html;
depend=configure; };
recursive_targets = { make_target= TAGS;
depend=configure; };
recursive_targets = { make_target= install-info;