COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile.am

    r1112 r1115  
    1212        doc/named-param.dox \
    1313        doc/namespaces.dox \
     14        doc/references.bib \
    1415        doc/template.h \
    1516        doc/html \
     
    2930        connected_components.eps \
    3031        edge_biconnected_components.eps \
     32        matching.eps \
    3133        node_biconnected_components.eps \
     34        planar.eps \
    3235        strongly_connected_components.eps
    3336
     
    6871        fi
    6972
    70 html-local: $(DOC_PNG_IMAGES)
     73references.dox: doc/references.bib
     74        if test ${python_found} = yes; then \
     75          cd doc; \
     76          python @abs_top_srcdir@/scripts/bib2dox.py @abs_top_builddir@/$< >$@; \
     77          cd ..; \
     78        else \
     79          echo; \
     80          echo "Python not found."; \
     81          echo; \
     82          exit 1; \
     83        fi
     84
     85html-local: $(DOC_PNG_IMAGES) references.dox
    7186        if test ${doxygen_found} = yes; then \
    7287          cd doc; \
Note: See TracChangeset for help on using the changeset viewer.