Changeset 969:cfdbf1574403 in lemon-main for doc
- Timestamp:
- 12/20/11 19:35:47 (13 years ago)
- Branch:
- default
- Parents:
- 965:a1fd7008a052 (diff), 968:53c0dd387001 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile.am
r865 r969 12 12 doc/named-param.dox \ 13 13 doc/namespaces.dox \ 14 doc/template.h \ 14 15 doc/html \ 15 16 doc/CMakeLists.txt -
doc/Makefile.am
r967 r969 29 29 connected_components.eps \ 30 30 edge_biconnected_components.eps \ 31 matching.eps \ 31 32 node_biconnected_components.eps \ 33 planar.eps \ 32 34 strongly_connected_components.eps 33 35 … … 68 70 fi 69 71 70 html-local: $(DOC_PNG_IMAGES) 72 references.dox: doc/references.bib 73 if test ${python_found} = yes; then \ 74 cd doc; \ 75 python @abs_top_srcdir@/scripts/bib2dox.py @abs_top_builddir@/$< >$@; \ 76 cd ..; \ 77 else \ 78 echo; \ 79 echo "Python not found."; \ 80 echo; \ 81 exit 1; \ 82 fi 83 84 html-local: $(DOC_PNG_IMAGES) references.dox 71 85 if test ${doxygen_found} = yes; then \ 72 86 cd doc; \
Note: See TracChangeset
for help on using the changeset viewer.