mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-14 05:20:25 +08:00
Makefile.in: Add install-html and install-pdf dummy targets.
* Makefile.in: Add install-html and install-pdf dummy targets. From-SVN: r122452
This commit is contained in:
parent
c4dc950de7
commit
ac84c17282
@ -1,3 +1,8 @@
|
||||
2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
|
||||
|
||||
* Makefile.in: Add install-html and install-pdf dummy
|
||||
targets.
|
||||
|
||||
2007-02-05 Roger Sayle <roger@eyesopen.com>
|
||||
Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
|
@ -735,15 +735,14 @@ gcc-extra-parts:
|
||||
all: $(extra-parts)
|
||||
|
||||
# Documentation targets (empty).
|
||||
.PHONY: info html dvi pdf
|
||||
.PHONY: info html dvi pdf install-html install-pdf
|
||||
|
||||
info:
|
||||
|
||||
html:
|
||||
|
||||
install-html:
|
||||
dvi:
|
||||
|
||||
pdf:
|
||||
install-pdf:
|
||||
|
||||
# Install rules. These do not depend on "all", so that they can be invoked
|
||||
# recursively from it.
|
||||
|
Loading…
x
Reference in New Issue
Block a user