[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make docs
From: |
Glenn Morris |
Subject: |
Re: make docs |
Date: |
Thu, 23 Dec 2021 11:47:05 -0500 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
Jean-Christophe Helary wrote:
> Why is it that `make docs` builds the whole code set before building
> the documentation ?
I wouldn't say that summary is 100% accurate, but the answer is
this dependency in the top-level Makefile.in:
misc-info: lisp
There is a comment in the Makefile explaining it.
There is no stated dependency in doc/misc/Makefile.in.
(Trying to build in doc/misc without first building Emacs fails.
Hopefully the use of recursive make will go away one day.)
- Re: make docs, (continued)
- Re: make docs, Jean-Christophe Helary, 2021/12/22
- Re: make docs, Jean-Christophe Helary, 2021/12/22
- Re: make docs, Eli Zaretskii, 2021/12/23
- Re: make docs, Jean-Christophe Helary, 2021/12/23
- Re: make docs, Eli Zaretskii, 2021/12/23
- Re: make docs, Jean-Christophe Helary, 2021/12/23
- Re: make docs, Philipp Stephani, 2021/12/23
- Re: make docs, Jean-Christophe Helary, 2021/12/23
- Re: make docs, Eli Zaretskii, 2021/12/23
- Re: make docs, Jean-Christophe Helary, 2021/12/23
Re: make docs,
Glenn Morris <=