Add Doxygen support to build system to build the API doc
[babeltrace.git] / doc / api / Makefile.am
1 all-local: doxygen-doc
2
3 install-data-local: doxygen-doc
4 cp -rv output/html "$(DESTDIR)$(docdir)/api"
5
6 @DX_RULES@
7
8 MOSTLYCLEANFILES = $(DX_CLEANFILES)
9 EXTRA_DIST = Doxyfile.in \
10 dox/group-api-ref.dox \
11 dox/group-ctf-ir.dox \
12 dox/main-page.dox \
13 dox/quick-start.dox
This page took 0.029455 seconds and 4 git commands to generate.