1 ## Process this file with automake to produce Makefile.in
3 DOCINPUTS = $(top_srcdir)/include/opus.h \
4 $(top_srcdir)/include/opus_multistream.h \
5 $(top_srcdir)/include/opus_defines.h \
6 $(top_srcdir)/include/opus_types.h \
7 $(top_srcdir)/include/opus_custom.h \
8 $(top_srcdir)/doc/header.html \
9 $(top_srcdir)/doc/footer.html \
10 $(top_srcdir)/doc/customdoxygen.css
12 EXTRA_DIST = customdoxygen.css Doxyfile.in footer.html header.html opus_logo.svg
17 all-local: doxygen-build.stamp
19 doxygen-build.stamp: Doxyfile $(DOCINPUTS)
24 for f in `find html -type f \! -name "installdox"`; do \
25 $(INSTALL_DATA) -D $$f $(DESTDIR)$(docdir)/$$f; \
28 $(INSTALL) -d $(DESTDIR)$(mandir)/man3
29 cd man && find man3 -type f -name opus_*.3 \
30 -exec $(INSTALL_DATA) \{} $(DESTDIR)$(mandir)/man3 \;
36 $(RM) doxygen-build.stamp
39 $(RM) -r $(DESTDIR)$(docdir)/html
40 $(RM) $(DESTDIR)$(mandir)/man3/opus_*.3 $(DESTDIR)$(mandir)/man3/opus.h.3