COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile.am

    r943 r720  
    2828        connected_components.eps \
    2929        edge_biconnected_components.eps \
    30         matching.eps \
    3130        node_biconnected_components.eps \
    32         planar.eps \
    3331        strongly_connected_components.eps
    3432
     
    6967        fi
    7068
    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
     69html-local: $(DOC_PNG_IMAGES)
    8470        if test ${doxygen_found} = yes; then \
    8571          cd doc; \
Note: See TracChangeset for help on using the changeset viewer.