Changeset 744:f8c468367dab in lemon-1.2 for doc/Makefile.am
- Timestamp:
- 09/26/09 10:15:49 (15 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile.am
r673 r744 67 67 fi 68 68 69 html-local: $(DOC_PNG_IMAGES) 69 references.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 81 html-local: $(DOC_PNG_IMAGES) references.dox 70 82 if test ${doxygen_found} = yes; then \ 71 83 cd doc; \
Note: See TracChangeset
for help on using the changeset viewer.