X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fapi%2Fliblttng-ctl%2FMakefile.am;fp=doc%2Fapi%2Fliblttng-ctl%2FMakefile.am;h=4450a45d37b9567318a102cec647e6b7948e1100;hb=048f01efd5931e364cc777d47c284c3f7d7d6ed6;hp=0000000000000000000000000000000000000000;hpb=78f5b22de60c114c5c83410015a08bdd212edc0b;p=lttng-tools.git diff --git a/doc/api/liblttng-ctl/Makefile.am b/doc/api/liblttng-ctl/Makefile.am new file mode 100644 index 000000000..4450a45d3 --- /dev/null +++ b/doc/api/liblttng-ctl/Makefile.am @@ -0,0 +1,19 @@ +# SPDX-License-Identifier: GPL-2.0-only + +API_DOC_INSTALL_DIR = "$(DESTDIR)$(docdir)/api/liblttng-ctl" + +all-local: doxygen-doc + +install-data-local: doxygen-doc + $(mkdir_p) "$(API_DOC_INSTALL_DIR)" + cp -rv output/html "$(API_DOC_INSTALL_DIR)" + +@DX_RULES@ + +MOSTLYCLEANFILES = $(DX_CLEANFILES) +EXTRA_DIST = \ + Doxyfile.in \ + DoxygenLayout.xml \ + style.css \ + dox \ + images