COIN-OR::LEMON - Graph Library

Changeset 744:f8c468367dab in lemon-main for doc/Makefile.am


Ignore:
Timestamp:
09/26/09 10:15:49 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Integrate bib2dox.py into the build environments (#184)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile.am

    r673 r744  
    6767        fi
    6868
    69 html-local: $(DOC_PNG_IMAGES)
     69references.dox: doc/references.bib
     70        if test ${python_found} = yes; then \
     71          cd doc; \
     72          python @abs_top_srcdir@/scripts/bib2dox.py @abs_top_builddir@/$< >$@; \
     73          cd ..; \
     74        else \
     75          echo; \
     76          echo "Python not found."; \
     77          echo; \
     78          exit 1; \
     79        fi
     80
     81html-local: $(DOC_PNG_IMAGES) references.dox
    7082        if test ${doxygen_found} = yes; then \
    7183          cd doc; \
Note: See TracChangeset for help on using the changeset viewer.