Changes in doc/Makefile.am [673:e4378da8cfcb:865:d48d79b11f5b] in lemon-main
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile.am
r673 r865 28 28 connected_components.eps \ 29 29 edge_biconnected_components.eps \ 30 matching.eps \ 30 31 node_biconnected_components.eps \ 32 planar.eps \ 31 33 strongly_connected_components.eps 32 34 … … 67 69 fi 68 70 69 html-local: $(DOC_PNG_IMAGES) 71 references.dox: doc/references.bib 72 if test ${python_found} = yes; then \ 73 cd doc; \ 74 python @abs_top_srcdir@/scripts/bib2dox.py @abs_top_builddir@/$< >$@; \ 75 cd ..; \ 76 else \ 77 echo; \ 78 echo "Python not found."; \ 79 echo; \ 80 exit 1; \ 81 fi 82 83 html-local: $(DOC_PNG_IMAGES) references.dox 70 84 if test ${doxygen_found} = yes; then \ 71 85 cd doc; \
Note: See TracChangeset
for help on using the changeset viewer.