Fix: src.ctf.lttng-live: emitting stream end msg with no stream
[babeltrace.git] / doc / api / Makefile.am
CommitLineData
8b5bac09
PP
1API_DOC_INSTALL_DIR = "$(DESTDIR)$(docdir)/api"
2
d1dab1d2
PP
3all-local: doxygen-doc
4
5install-data-local: doxygen-doc
8b5bac09
PP
6 $(mkdir_p) "$(API_DOC_INSTALL_DIR)"
7 cp -rv output/html "$(API_DOC_INSTALL_DIR)"
d1dab1d2
PP
8
9@DX_RULES@
10
11MOSTLYCLEANFILES = $(DX_CLEANFILES)
12EXTRA_DIST = Doxyfile.in \
3758cf40 13 README.adoc \
d1dab1d2
PP
14 dox/group-api-ref.dox \
15 dox/group-ctf-ir.dox \
16 dox/main-page.dox \
17 dox/quick-start.dox
This page took 0.05204 seconds and 4 git commands to generate.