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

From-SVN: r122443
This commit is contained in:
Brooks Moses 2007-03-01 23:54:44 +00:00 committed by Brooks Moses
parent 86c43ef0c9
commit b31f84844a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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 :