* Makefile.in: Add dummy install-pdf target.
From-SVN: r122443
This commit is contained in:
parent
86c43ef0c9
commit
b31f84844a
@ -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.
|
||||
|
@ -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 :
|
||||
|
Loading…
Reference in New Issue
Block a user