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

* Makefile.in: Added .PHONY entry for documentation targets.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120456 138bc75d-0d04-0410-961f-82ee72b054a4
parent d62e2f2f
No related branches found
No related tags found
No related merge requests found
2007-01-04 Brooks Moses <brooks.moses@codesourcery.com>
* Makefile.in: Added .PHONY entry for documentation targets.
2007-01-04 Brooks Moses <brooks.moses@codesourcery.com>
* Makefile.in: Add empty info, html, dvi, pdf targets.
......
......@@ -730,6 +730,8 @@ gcc-extra-parts:
all: $(extra-parts)
# Documentation targets (empty).
.PHONY: info html dvi pdf
info:
html:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment