fix: Add missing glib include on MINGW
[babeltrace.git] / doc / api / Makefile.am
index e2b05c485b73b4419bce458ca05a09ed2f01762f..c84bb770a3723798fa774eb24313d4a35dc879aa 100644 (file)
@@ -1,12 +1,16 @@
+API_DOC_INSTALL_DIR = "$(DESTDIR)$(docdir)/api"
+
 all-local: doxygen-doc
 
 install-data-local: doxygen-doc
-       cp -rv output/html "$(DESTDIR)$(docdir)/api"
+       $(mkdir_p) "$(API_DOC_INSTALL_DIR)"
+       cp -rv output/html "$(API_DOC_INSTALL_DIR)"
 
 @DX_RULES@
 
 MOSTLYCLEANFILES = $(DX_CLEANFILES)
 EXTRA_DIST = Doxyfile.in \
+       README.adoc \
        dox/group-api-ref.dox \
        dox/group-ctf-ir.dox \
        dox/main-page.dox \
This page took 0.037166 seconds and 4 git commands to generate.