1.1 --- a/doc/Makefile.am Tue Dec 20 17:44:38 2011 +0100
1.2 +++ b/doc/Makefile.am Tue Dec 20 18:15:14 2011 +0100
1.3 @@ -27,7 +27,9 @@
1.4 bipartite_partitions.eps \
1.5 connected_components.eps \
1.6 edge_biconnected_components.eps \
1.7 + matching.eps \
1.8 node_biconnected_components.eps \
1.9 + planar.eps \
1.10 strongly_connected_components.eps
1.11
1.12 DOC_EPS_IMAGES = \
1.13 @@ -66,7 +68,19 @@
1.14 exit 1; \
1.15 fi
1.16
1.17 -html-local: $(DOC_PNG_IMAGES)
1.18 +references.dox: doc/references.bib
1.19 + if test ${python_found} = yes; then \
1.20 + cd doc; \
1.21 + python @abs_top_srcdir@/scripts/bib2dox.py @abs_top_builddir@/$< >$@; \
1.22 + cd ..; \
1.23 + else \
1.24 + echo; \
1.25 + echo "Python not found."; \
1.26 + echo; \
1.27 + exit 1; \
1.28 + fi
1.29 +
1.30 +html-local: $(DOC_PNG_IMAGES) references.dox
1.31 if test ${doxygen_found} = yes; then \
1.32 cd doc; \
1.33 doxygen Doxyfile; \