Commit e0a9456a by Brooks Moses Committed by Brooks Moses

* Makefile.in: Add empty info, html, dvi, pdf targets.

From-SVN: r120455
parent e4b6bec2
2007-01-04 Brooks Moses <brooks.moses@codesourcery.com>
* Makefile.in: Add empty info, html, dvi, pdf targets.
2007-01-04 Mike Stump <mrs@apple.com> 2007-01-04 Mike Stump <mrs@apple.com>
* Makefile.in (MAKEINFO): Remove. * Makefile.in (MAKEINFO): Remove.
......
...@@ -729,6 +729,15 @@ gcc-extra-parts: ...@@ -729,6 +729,15 @@ gcc-extra-parts:
all: $(extra-parts) all: $(extra-parts)
# Documentation targets (empty).
info:
html:
dvi:
pdf:
# Install rules. These do not depend on "all", so that they can be invoked # Install rules. These do not depend on "all", so that they can be invoked
# recursively from it. # recursively from it.
install-libunwind: install-libunwind:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment