diff options
| author | David Bremner <david@tethera.net> | 2019-04-21 20:41:34 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2019-04-24 06:53:13 -0300 |
| commit | 40b025c5f1cc3dafe4c30cd6005fdb2ba32e0c95 (patch) | |
| tree | 342743aad65f477f52bc5cde930531884513840d /doc/Makefile.local | |
| parent | e4a8d6e2a4355f54cb73d3b27afb0ce19ce7eb0d (diff) | |
doc: exclude notmuch-emacs.rst if emacs is not present.
This will still generate a warning about an excluded document in the
toctree, but it cuts down on the noise quite a lot.
Diffstat (limited to 'doc/Makefile.local')
| -rw-r--r-- | doc/Makefile.local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.local b/doc/Makefile.local index 57104dae..651168f4 100644 --- a/doc/Makefile.local +++ b/doc/Makefile.local @@ -4,7 +4,7 @@ dir := doc # You can set these variables from the command line. SPHINXOPTS := -q -SPHINXBUILD = sphinx-build +SPHINXBUILD = HAVE_EMACS=${HAVE_EMACS} sphinx-build DOCBUILDDIR := $(dir)/_build # Internal variables. |
