Minor doc Makefile.in clean-up.
authorGlenn Morris <rgm@gnu.org>
Mon, 4 Oct 2010 00:49:20 +0000 (17:49 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 4 Oct 2010 00:49:20 +0000 (17:49 -0700)
commit0264072dee05ee304c3a4506df1ead13cca91668
tree39dac3b374e9db4f209fe202afef1b564c7482d3
parent1fbcf4289f46e55954aa2bbecf8e3d3e0fc53047
Minor doc Makefile.in clean-up.

* doc/emacs/Makefile.in (SHELL): Set it.
(INFO_TARGETS, DVI_TARGETS): Remove variables.
(info, dvi): Replace above variables with their expansions.
(info): Move mkdir from here...
($(infodir)/emacs): ... to here (for parallel builds).
(pdf): New target.
($(infodir)/emacs): Pass -o option to makeinfo.
(.PHONY): Declare clean rules.
(maintainer-clean): Delete dvi and pdf files.
Guard against cd failures.  Use a more restrictive delete.

* doc/lispref/Makefile.in (dvi, pdf, $(infodir)): New targets.
($(infodir)/elisp): Ensure target directory exists.  Use $@.
(clean): No 'make.out' or 'core' files.
(.PHONY): Declare clean rules.
(maintainer-clean): Delete pdf file.  Guard against cd failures.
doc/emacs/ChangeLog
doc/emacs/Makefile.in
doc/lispref/ChangeLog
doc/lispref/Makefile.in