Mercurial > emacs
diff doc/misc/Makefile.in @ 110894:39eed86814a2
Replace use of VPATH in most doc/ Makefiles.
* doc/lispref/Makefile.in (VPATH): Remove.
(infodir): Make it absolute.
(mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
* doc/lispintro/Makefile.in (VPATH): Remove.
(infodir): Make it absolute.
(mkinfodir, $(infodir)/eintr, infoclean): No need to cd $srcdir.
* doc/emacs/Makefile.in (VPATH): Remove.
(infodir): Make it absolute.
(mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
* doc/misc/Makefile.in: Comment.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Sat, 09 Oct 2010 14:19:09 -0700 |
| parents | 7bfd20f2292d |
| children | ddcc974a9f3d |
line wrap: on
line diff
--- a/doc/misc/Makefile.in Sat Oct 09 13:36:14 2010 -0700 +++ b/doc/misc/Makefile.in Sat Oct 09 14:19:09 2010 -0700 @@ -27,6 +27,10 @@ srcdir=@srcdir@ # Tell make where to find source files; this is needed for the makefiles. +# Note the other doc Makefiles do not use VPATH anymore, instead +# they set infodir to an absolute path. Not doing that here in +# case INFO_TARGETS gets too long for some feeble shells. +# (cf src/Makefile.in's shortlisp) VPATH=@srcdir@ ## Where the output files go.
