Document libbabeltrace2's C API
[babeltrace.git] / doc / api / libbabeltrace2 / Makefile.am
CommitLineData
43c59509
PP
1API_DOC_INSTALL_DIR = "$(DESTDIR)$(docdir)/api"
2
3all-local: doxygen-doc
4
5install-data-local: doxygen-doc
6 $(mkdir_p) "$(API_DOC_INSTALL_DIR)"
7 cp -rv output/html "$(API_DOC_INSTALL_DIR)"
8
9@DX_RULES@
10
11MOSTLYCLEANFILES = $(DX_CLEANFILES)
12EXTRA_DIST = \
13 Doxyfile.in \
14 DoxygenLayout.xml \
15 README.adoc \
16 style.css \
17 dox \
18 examples \
19 images
This page took 0.023282 seconds and 4 git commands to generate.