summaryrefslogtreecommitdiffstats
path: root/Makefile.tpl
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-13 07:32:48 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-13 07:32:48 +0000
commit956942faf446f27f95c033a53b49fe899182b061 (patch)
tree7128cee647ba4bf3b371c90e10422ce7e477919f /Makefile.tpl
parent7f015eb576a9596a8e2592386ad7763085b266a9 (diff)
downloadppe42-gcc-956942faf446f27f95c033a53b49fe899182b061.tar.gz
ppe42-gcc-956942faf446f27f95c033a53b49fe899182b061.zip
* Makefile.def: Add html support.
* Makefile.tpl: Likewise. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90575 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 3fb09f7d8bb..0923d71d607 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.
OpenPOWER on IntegriCloud