mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
doc: make man pages depend on emacs docstrings
This is nonsensical on the face of it, but is needed (for now) because the notmuch-emacs page is unconditionally included in index.rst.
This commit is contained in:
parent
fcf68eec31
commit
e52535029b
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ INFO_INFO_FILES := $(INFO_TEXI_FILES:.texi=.info)
|
|||
rm -f $@ && gzip --stdout $^ > $@
|
||||
|
||||
ifeq ($(WITH_EMACS),1)
|
||||
sphinx-html sphinx-texinfo: docstring.stamp
|
||||
$(DOCBUILDDIR)/.roff.stamp sphinx-html sphinx-texinfo: docstring.stamp
|
||||
endif
|
||||
|
||||
sphinx-html:
|
||||
|
|
Loading…
Reference in a new issue