Makefile.def: Add html support.

* Makefile.def: Add html support.
        * Makefile.tpl: Likewise.
        * Makefile.in: Regenerate.

From-SVN: r90575
This commit is contained in:
Mike Stump 2004-11-13 07:32:48 +00:00 committed by Mike Stump
parent 1b33f1cc69
commit f87a2b2e89
4 changed files with 2289 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2004-11-12 Mike Stump <mrs@apple.com>
* Makefile.def: Add html support.
* Makefile.tpl: Likewise.
* Makefile.in: Regenerate.
2004-11-11 Geoffrey Keating <geoffk@apple.com>
PR 18423

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;

File diff suppressed because it is too large Load Diff

View File

@ -642,12 +642,13 @@ do-[+make_target+]: unstage [+make_target+]-host [+make_target+]-target stage
# Here are the targets which correspond to the do-X targets.
.PHONY: info installcheck dvi install-info
.PHONY: info installcheck dvi html install-info
.PHONY: clean distclean mostlyclean maintainer-clean realclean
.PHONY: local-clean local-distclean local-maintainer-clean
info: do-info
installcheck: do-installcheck
dvi: do-dvi
html: do-html
# Make sure makeinfo is built before we do a `make info', if we're
# in fact building texinfo.