Add Doxygen support to build system to build the API doc
[babeltrace.git] / doc / Makefile.am
index 0ef5e20e8401edabfe044a8e303a0f4807ea468c..6ee9c2335ed9f76dae1ea4c68a20b67956238552 100644 (file)
@@ -1,5 +1,9 @@
 SUBDIRS = bindings images
 
+if ENABLE_API_DOC
+SUBDIRS += api
+endif
+
 dist_man_MANS = babeltrace.1 babeltrace-log.1
 
 dist_doc_DATA = API.txt lttng-live.txt ref-counting.md
This page took 0.034169 seconds and 4 git commands to generate.