Do not use `bool` type; use new `bt_bool` instead
[babeltrace.git] / doc / Makefile.am
index 0ef5e20e8401edabfe044a8e303a0f4807ea468c..274f9b8b20b508436e0d71be0b3f33497b78de4a 100644 (file)
@@ -1,7 +1,16 @@
 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
+dist_doc_DATA = API.txt lttng-live.txt ref-counting.md logging-guide.adoc
 
 EXTRA_DIST = development.txt
+
+logging-guide.html: logging-guide.adoc
+       asciidoc --verbose -a source-highlighter=pygments logging-guide.adoc
+
+CLEANFILES = logging-guide.html
This page took 0.023648 seconds and 4 git commands to generate.