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