]> git.cworth.org Git - notmuch/blobdiff - doc/Makefile.local
Merge branch 'release'
[notmuch] / doc / Makefile.local
index cb0f1f6488f6d9cbe0e3e8d345c5d90053c2de9c..bab3d0d286ce75efe68433b3a8c82ab87eac7dd6 100644 (file)
@@ -37,6 +37,10 @@ INFO_INFO_FILES := $(INFO_TEXI_FILES:.texi=.info)
 %.gz: %
        rm -f $@ && gzip --stdout $^ > $@
 
+ifeq ($(WITH_EMACS),1)
+$(DOCBUILDDIR)/.roff.stamp sphinx-html sphinx-texinfo: docstring.stamp
+endif
+
 # Sequentialize the calls to sphinx-build to avoid races with
 # reading/writing cached state. This uses GNU make specific
 # "order-only" prerequisites.