Commit b31f8484 by Brooks Moses Committed by Brooks Moses

* Makefile.in: Add dummy install-pdf target.

From-SVN: r122443
parent 86c43ef0
2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
* Makefile.in: Add dummy install-pdf target.
2007-02-27 Joseph Myers <joseph@codesourcery.com>
* mkheaders.in (incdir): Use include-fixed not include.
......
......@@ -184,11 +184,12 @@ install : all
$(DESTDIR)$(itoolsdir)/fixincl@EXEEXT@
$(INSTALL_SCRIPT) mkheaders $(DESTDIR)$(itoolsdir)/mkheaders
.PHONY: dvi pdf info html install-html
.PHONY: dvi pdf info html install-pdf install-html
dvi :
pdf :
info :
html :
install-pdf :
install-html :
installcheck :
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