Avoid having a directory as a prerequisite in doc Makefiles.
authorGlenn Morris <rgm@gnu.org>
Sat, 9 Oct 2010 18:31:12 +0000 (11:31 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 9 Oct 2010 18:31:12 +0000 (11:31 -0700)
commitabd40fb4ee56c21965f52e20fc04cab630674ab0
treebe2a75b0861862ba5e2a453c554ab0595b9c57ed
parentf4f358f172feadc4c706e540f17e0989c2e1c9b8
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.
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