doc/Makefile.am
changeset 788 c92296660262
parent 673 e4378da8cfcb
child 827 8131c2b9f59a
equal deleted inserted replaced
19:024477f34847 20:efb09804e6e2
    64 	  echo "Ghostscript not found."; \
    64 	  echo "Ghostscript not found."; \
    65 	  echo; \
    65 	  echo; \
    66 	  exit 1; \
    66 	  exit 1; \
    67 	fi
    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 	if test ${doxygen_found} = yes; then \
    82 	if test ${doxygen_found} = yes; then \
    71 	  cd doc; \
    83 	  cd doc; \
    72 	  doxygen Doxyfile; \
    84 	  doxygen Doxyfile; \
    73 	  cd ..; \
    85 	  cd ..; \
    74 	else \
    86 	else \