Mark some doc/ rules as PHONY.
authorGlenn Morris <rgm@gnu.org>
Sat, 9 Oct 2010 01:02:21 +0000 (18:02 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 9 Oct 2010 01:02:21 +0000 (18:02 -0700)
commitea274122d5d221b4d74435c22a48083550ad43c5
tree3f011faaadf743d066b0592de4d9a47899d8c66a
parenta1ab97d068f2b8630b0e036510dd8e4b00faf8e4
Mark some doc/ rules as PHONY.

* doc/misc/Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.

* doc/lispref/Makefile.in (.PHONY): Declare info, dvi, pdf, dist.

* doc/lispintro/Makefile.in (.PHONY): Declare info, dvi, html, pdf, dist.

* doc/emacs/Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
(emacs): Remove rule.
(dist): No need to deal with the emacs rule any more.
doc/emacs/ChangeLog
doc/emacs/Makefile.in
doc/lispintro/ChangeLog
doc/lispintro/Makefile.in
doc/lispref/ChangeLog
doc/lispref/Makefile.in
doc/misc/ChangeLog
doc/misc/Makefile.in