mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
doc/emacs: require extracted docstrings for sphinx or info manual
We need to use the stamp file here in order not to depend on the order the submakefiles are included.
This commit is contained in:
parent
0a9fc49b90
commit
0601d2337e
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@ INFO_INFO_FILES := $(INFO_TEXI_FILES:.texi=.info)
|
|||
%.gz: %
|
||||
rm -f $@ && gzip --stdout $^ > $@
|
||||
|
||||
ifeq ($(WITH_EMACS),1)
|
||||
sphinx-html sphinx-texinfo: docstring.stamp
|
||||
endif
|
||||
|
||||
sphinx-html:
|
||||
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(DOCBUILDDIR)/html
|
||||
|
||||
|
|
Loading…
Reference in a new issue