Revision a2d917f3

b/Makefile.am
261 261

  
262 262
$(RUN_IN_TEMPDIR): | $(all_dirfiles)
263 263

  
264
# Note: we use here an order-only prerequisite, as the contents of
265
# _autoconf.py are not actually influencing the html build output: it
266
# has to exist in order for the sphinx module to be loaded
267
# successfully, but we certainly don't want the docs to be rebuilt if
268
# it changes
264 269
doc/html/index.html: $(docrst) $(docpng) doc/conf.py configure.ac \
265
	$(RUN_IN_TEMPDIR) lib/build/sphinx_ext.py lib/opcodes.py lib/ht.py
270
	$(RUN_IN_TEMPDIR) lib/build/sphinx_ext.py lib/opcodes.py lib/ht.py \
271
	| lib/_autoconf.py
266 272
	@test -n "$(SPHINX)" || \
267 273
	    { echo 'sphinx-build' not found during configure; exit 1; }
268 274
	@mkdir_p@ $(dir $@)

Also available in: Unified diff