Home | History | Annotate | Download | only in doc

Lines Matching refs:doxygen

75 doc_DATA = $(static_docs) $(SPEC_PNG) $(built_docs) doxygen-build.stamp
77 doc_DATA = $(static_docs) doxygen-build.stamp
119 doxygen-build.stamp: Doxyfile $(top_srcdir)/include/vorbis/*.h
120 doxygen
121 touch doxygen-build.stamp
123 doxygen-build.stamp:
124 echo "*** Warning: Doxygen not found; documentation will not be built."
125 touch doxygen-build.stamp
128 install-data-local: doxygen-build.stamp
147 if test -f doxygen-build.stamp; then rm -f doxygen-build.stamp; fi