Commit ac84c172 by Brooks Moses Committed by Brooks Moses

Makefile.in: Add install-html and install-pdf dummy targets.

* Makefile.in: Add install-html and install-pdf dummy
targets.

From-SVN: r122452
parent c4dc950d
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> 2007-02-05 Roger Sayle <roger@eyesopen.com>
Daniel Jacobowitz <dan@codesourcery.com> Daniel Jacobowitz <dan@codesourcery.com>
......
...@@ -735,15 +735,14 @@ gcc-extra-parts: ...@@ -735,15 +735,14 @@ gcc-extra-parts:
all: $(extra-parts) all: $(extra-parts)
# Documentation targets (empty). # Documentation targets (empty).
.PHONY: info html dvi pdf .PHONY: info html dvi pdf install-html install-pdf
info: info:
html: html:
install-html:
dvi: dvi:
pdf: pdf:
install-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.
......
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