fs-sink: fix handling static notifications
[babeltrace.git] / doc / Makefile.am
index 782d7d14696eb66edafde72e32b2f3f7cff92ebd..07785a817c0d5cb0453690e1adcbd0b13b2d96ae 100644 (file)
@@ -1,5 +1,14 @@
+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
+EXTRA_DIST = development.txt logging-guide.adoc ref-counting.md API.txt lttng-live.txt
+
+logging-guide.html: logging-guide.adoc
+       asciidoc --verbose -a source-highlighter=pygments logging-guide.adoc
 
-EXTRA_DIST = development.txt
+CLEANFILES = logging-guide.html
This page took 0.029746 seconds and 4 git commands to generate.