mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-16 22:21:30 +08:00
* 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>
|
||||
|
||||
* Makefile.in (MAKEINFO): Remove.
|
||||
|
@ -729,6 +729,15 @@ gcc-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
|
||||
# recursively from it.
|
||||
install-libunwind:
|
||||
|
Loading…
x
Reference in New Issue
Block a user