From: David Bremner Date: Thu, 14 Jun 2018 00:32:40 +0000 (-0300) Subject: doc/emacs: require extracted docstrings for sphinx or info manual X-Git-Tag: archive/debian/0.29_rc0-1~151 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=0601d2337e05e6360a918244472f92db1c001fc5;p=notmuch-old 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. --- diff --git a/doc/Makefile.local b/doc/Makefile.local index 16459e35..eec9c228 100644 --- a/doc/Makefile.local +++ b/doc/Makefile.local @@ -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