Mercurial > emacs
diff doc/lispref/ChangeLog @ 110882:b8bcd2311f78
Avoid having a directory as a prerequisite in doc Makefiles.
It does not play well with time-stamping.
* doc/misc/Makefile.in ($(infodir)): Delete rule.
(mkinfodir): New. Use it in all the info rules, rather than depending
on infodir.
* doc/lispref/Makefile.in ($(infodir)): Delete rule.
(mkinfodir): New.
($(infodir)/elisp): Use $mkinfodir instead of infodir.
* doc/lispintro/Makefile.in ($(infodir)): Delete rule.
(mkinfodir): New.
($(infodir)/eintr): Use $mkinfodir instead of infodir.
* doc/emacs/Makefile.in ($(infodir)): Delete rule.
(mkinfodir): New.
($(infodir)/emacs): Use $mkinfodir instead of infodir.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 09 Oct 2010 11:31:12 -0700 |
parents | 4b97fee97310 |
children | 9d181264b9f9 |
line wrap: on
line diff
--- a/doc/lispref/ChangeLog Sat Oct 09 10:59:55 2010 -0700 +++ b/doc/lispref/ChangeLog Sat Oct 09 11:31:12 2010 -0700 @@ -1,3 +1,9 @@ +2010-10-09 Glenn Morris <rgm@gnu.org> + + * Makefile.in ($(infodir)): Delete rule. + (mkinfodir): New. + ($(infodir)/elisp): Use $mkinfodir instead of infodir. + 2010-10-09 Glenn Morris <rgm@gnu.org> * Makefile.in (emacsdir): New variable.