fix: relayd: unaligned access in trace_chunk_registry_ht_key_hash
[lttng-tools.git] / doc / api / liblttng-ctl / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 API_DOC_INSTALL_DIR = "$(DESTDIR)$(docdir)/api/liblttng-ctl"
4
5 all-local: doxygen-doc
6
7 install-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
13 MOSTLYCLEANFILES = $(DX_CLEANFILES)
14 EXTRA_DIST = \
15 Doxyfile.in \
16 DoxygenLayout.xml \
17 style.css \
18 dox \
19 images
This page took 0.030414 seconds and 4 git commands to generate.