From 0601d2337e05e6360a918244472f92db1c001fc5 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Wed, 13 Jun 2018 21:32:40 -0300 Subject: 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. --- doc/Makefile.local | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3