Revision 5f43f393 Makefile.am

b/Makefile.am
125 125
	lib/_autoconf.py
126 126

  
127 127
noinst_PYTHON = \
128
	lib/build/__init__.py
128
	lib/build/__init__.py \
129
	lib/build/sphinx_ext.py
129 130

  
130 131
pkgpython_PYTHON = \
131 132
	lib/__init__.py \
......
261 262
$(RUN_IN_TEMPDIR): | $(all_dirfiles)
262 263

  
263 264
doc/html/index.html: $(docrst) $(docpng) doc/conf.py configure.ac \
264
	$(RUN_IN_TEMPDIR)
265
	$(RUN_IN_TEMPDIR) lib/build/sphinx_ext.py lib/opcodes.py lib/opdoc.py
265 266
	@test -n "$(SPHINX)" || \
266 267
	    { echo 'sphinx-build' not found during configure; exit 1; }
267 268
	@mkdir_p@ $(dir $@)

Also available in: Unified diff