Add logging API (internal to log, public to set the current log level)
[babeltrace.git] / doc / Makefile.am
CommitLineData
e7b68776 1SUBDIRS = bindings images
4f5f37d9 2
d1dab1d2
PP
3if ENABLE_API_DOC
4SUBDIRS += api
5endif
6
5207cb9b 7dist_man_MANS = babeltrace.1 babeltrace-log.1
827b30c1 8
beb0fb75 9dist_doc_DATA = API.txt lttng-live.txt ref-counting.md logging-guide.adoc
49636689
JD
10
11EXTRA_DIST = development.txt
beb0fb75
PP
12
13logging-guide.html: logging-guide.adoc
14 asciidoc --verbose -a source-highlighter=pygments logging-guide.adoc
15
16CLEANFILES = logging-guide.html
This page took 0.034007 seconds and 4 git commands to generate.