Mercurial > emacs
comparison doc/lispintro/ChangeLog @ 110912:2bfb6bf8a383
Add html targets for some doc/ Makefiles.
* doc/lispref/Makefile.in (.PHONY): Add html.
(html, elisp.html): New targets.
(clean): Delete html files.
($(infodir)/elisp): Remove unnecessary includes.
* doc/lispintro/Makefile.in (MAKEINFO): Use --force like the other
doc/ Makefiles do.
* doc/emacs/Makefile.in (.PHONY): Add html.
(html, emacs.html): New targets.
(clean): Delete html files.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 10 Oct 2010 17:43:27 -0700 |
parents | 6d7021474f2e |
children | 1ba912b1a63c |
comparison
equal
deleted
inserted
replaced
110911:6d7021474f2e | 110912:2bfb6bf8a383 |
---|---|
2 | 2 |
3 * Makefile.in (.dvi.ps): Remove unnecessary suffix rule. | 3 * Makefile.in (.dvi.ps): Remove unnecessary suffix rule. |
4 (.PHONY): Add ps. | 4 (.PHONY): Add ps. |
5 (ps, emacs-lisp-intro.ps): New targets. | 5 (ps, emacs-lisp-intro.ps): New targets. |
6 (clean): Delete ps file. | 6 (clean): Delete ps file. |
7 (MAKEINFO): Use --force like the other doc/ Makefiles do. | |
7 | 8 |
8 2010-10-09 Glenn Morris <rgm@gnu.org> | 9 2010-10-09 Glenn Morris <rgm@gnu.org> |
9 | 10 |
10 * Makefile.in (VPATH): Remove. | 11 * Makefile.in (VPATH): Remove. |
11 (infodir): Make it absolute. | 12 (infodir): Make it absolute. |