Document libbabeltrace2's C API
[babeltrace.git] / doc / api / libbabeltrace2 / Makefile.am
diff --git a/doc/api/libbabeltrace2/Makefile.am b/doc/api/libbabeltrace2/Makefile.am
new file mode 100644 (file)
index 0000000..87b565d
--- /dev/null
@@ -0,0 +1,19 @@
+API_DOC_INSTALL_DIR = "$(DESTDIR)$(docdir)/api"
+
+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 \
+       README.adoc \
+       style.css \
+       dox \
+       examples \
+       images
This page took 0.023323 seconds and 4 git commands to generate.