COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile.am

    r587 r337  
    2222        nodeshape_4.eps
    2323
    24 DOC_EPS_IMAGES27 = \
    25         bipartite_matching.eps \
    26         bipartite_partitions.eps \
    27         connected_components.eps \
    28         edge_biconnected_components.eps \
    29         node_biconnected_components.eps \
    30         strongly_connected_components.eps
    31 
    3224DOC_EPS_IMAGES = \
    33         $(DOC_EPS_IMAGES18) \
    34         $(DOC_EPS_IMAGES27)
     25        $(DOC_EPS_IMAGES18)
    3526
    3627DOC_PNG_IMAGES = \
     
    4839        if test ${gs_found} = yes; then \
    4940          $(GS_COMMAND) -sDEVICE=pngalpha -r18 -sOutputFile=$@ $<; \
    50         else \
    51           echo; \
    52           echo "Ghostscript not found."; \
    53           echo; \
    54           exit 1; \
    55         fi
    56 
    57 $(DOC_EPS_IMAGES27:%.eps=doc/gen-images/%.png): doc/gen-images/%.png: doc/images/%.eps
    58         -mkdir doc/gen-images
    59         if test ${gs_found} = yes; then \
    60           $(GS_COMMAND) -sDEVICE=pngalpha -r27 -sOutputFile=$@ $<; \
    6141        else \
    6242          echo; \
Note: See TracChangeset for help on using the changeset viewer.