Revision 8fa74099 Makefile.am

b/Makefile.am
581 581
# has to exist in order for the sphinx module to be loaded
582 582
# successfully, but we certainly don't want the docs to be rebuilt if
583 583
# it changes
584
doc/html/index.html: $(docrst) $(docdot) doc/conf.py configure.ac \
584
doc/html/index.html: $(docrst) doc/conf.py configure.ac \
585 585
	$(RUN_IN_TEMPDIR) lib/build/sphinx_ext.py \
586 586
	lib/build/shell_example_lexer.py lib/opcodes.py lib/ht.py \
587 587
	| $(BUILT_PYTHON_SOURCES)
......
611 611
	  cat $<; \
612 612
	} > $@
613 613

  
614
docdot = \
615
	doc/arch-2.0.dot \
616
	doc/design-2.1-lock-acquire.dot \
617
	doc/design-2.1-lock-release.dot
618

  
619 614
# Things to build but not to install (add it to EXTRA_DIST if it should be
620 615
# distributed)
621 616
noinst_DATA = \
......
815 810
	devel/webserver \
816 811
	tools/kvm-ifup.in \
817 812
	tools/vcluster-setup.in \
818
	$(docdot) \
819 813
	$(docrst) \
820 814
	doc/conf.py \
821 815
	doc/html \

Also available in: Unified diff