Skip to content
Snippets Groups Projects
Commit d62e2f2f authored by brooks's avatar brooks
Browse files

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120455 138bc75d-0d04-0410-961f-82ee72b054a4
parent c2f6f0a7
No related branches found
No related tags found
No related merge requests found
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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment