docs: Partially document the liblttng-ctl C API
[lttng-tools.git] / doc / api / liblttng-ctl / Makefile.am
CommitLineData
048f01ef
PP
1# SPDX-License-Identifier: GPL-2.0-only
2
3API_DOC_INSTALL_DIR = "$(DESTDIR)$(docdir)/api/liblttng-ctl"
4
5all-local: doxygen-doc
6
7install-data-local: doxygen-doc
8 $(mkdir_p) "$(API_DOC_INSTALL_DIR)"
9 cp -rv output/html "$(API_DOC_INSTALL_DIR)"
10
11@DX_RULES@
12
13MOSTLYCLEANFILES = $(DX_CLEANFILES)
14EXTRA_DIST = \
15 Doxyfile.in \
16 DoxygenLayout.xml \
17 style.css \
18 dox \
19 images
This page took 0.023339 seconds and 4 git commands to generate.