diff options
author | Mike Stump <mrs@apple.com> | 2004-11-13 17:42:50 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2004-11-13 17:42:50 +0000 |
commit | 6d389afcf7e5524a5161eb6044f32bdd1ef36a4c (patch) | |
tree | 68d77692e36070dddab463447777bcb329cc250e /Makefile.tpl | |
parent | 2924732466d030308bbd0016dd544bc642a88bf8 (diff) | |
download | fsf-binutils-gdb-6d389afcf7e5524a5161eb6044f32bdd1ef36a4c.zip fsf-binutils-gdb-6d389afcf7e5524a5161eb6044f32bdd1ef36a4c.tar.gz fsf-binutils-gdb-6d389afcf7e5524a5161eb6044f32bdd1ef36a4c.tar.bz2 |
* Makefile.def: Add html support.
* Makefile.tpl: Likewise.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 3fb09f7..0923d71 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -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. |