mirror of git://gcc.gnu.org/git/gcc.git
* Makefile.in: Add empty info, html, dvi, pdf targets.
From-SVN: r120455
This commit is contained in:
parent
e4b6bec2f1
commit
e0a9456adf
|
@ -1,3 +1,7 @@
|
||||||
|
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:
|
||||||
|
|
||||||
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:
|
||||||
|
|
Loading…
Reference in New Issue