1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
emacs/doc
Glenn Morris 0264072dee 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.
2010-10-03 17:49:20 -07:00
..
emacs Minor doc Makefile.in clean-up. 2010-10-03 17:49:20 -07:00
lispintro Merge changes from emacs-23 branch 2010-09-23 15:00:31 -04:00
lispref Minor doc Makefile.in clean-up. 2010-10-03 17:49:20 -07:00
man Add more xz compression support. 2010-09-25 14:42:48 -07:00
misc Merge changes made in Gnus trunk. 2010-10-04 00:17:16 +00:00