blob: 3b135dd366391a12c705cf80a92e173aa6cf0f34 [file] [log] [blame]
Ralph Giles35d4fb72011-09-06 23:18:00 -07001## Process this file with automake to produce Makefile.in
2
3DOCINPUTS = $(top_srcdir)/src/opus.h \
4 $(top_srcdir)/src/opus_multistream.h \
5 $(top_srcdir)/libcelt/opus_defines.h \
6 $(top_srcdir)/libcelt/opus_types.h
7
8doc_DATA = doxygen-build.stamp
9
10EXTRA_DIST = Doxyfile.in
11
12if HAVE_DOXYGEN
13doxygen-build.stamp: Doxyfile $(DOCINPUTS)
14 doxygen
15 touch $@
16else
17doxygen-build.stamp: Doxyfile $(DOCINPUTS)
18 @echo "*** Warning: Doxygen not found; API documentation will not be built."
19 touch $@
20endif
Ralph Giles09767572011-09-07 11:18:23 -070021
22# delete doxygen subdirs
23clean-local:
24 -rm -rf html
25 -rm -rf latex
26 -rm -rf man
27 -rm doxygen-build.stamp