X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=doc%2FMakefile.local;fp=doc%2FMakefile.local;h=bab3d0d286ce75efe68433b3a8c82ab87eac7dd6;hp=cb0f1f6488f6d9cbe0e3e8d345c5d90053c2de9c;hb=71eaa19350883b30bafe885ea083c2e3f1621e10;hpb=d124c0e416bb59cc4cbdca7694bae7097dcee810 diff --git a/doc/Makefile.local b/doc/Makefile.local index cb0f1f64..bab3d0d2 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) +$(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.