Move to kernel style SPDX license identifiers
[babeltrace.git] / doc / api / libbabeltrace2 / Makefile.am
1 # SPDX-License-Identifier: MIT
2
3 API_DOC_INSTALL_DIR = "$(DESTDIR)$(docdir)/api"
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 README.adoc \
18 style.css \
19 dox \
20 examples \
21 images
This page took 0.029185 seconds and 4 git commands to generate.