274f9b8b20b508436e0d71be0b3f33497b78de4a
[babeltrace.git] / doc / Makefile.am
1 SUBDIRS = bindings images
2
3 if ENABLE_API_DOC
4 SUBDIRS += api
5 endif
6
7 dist_man_MANS = babeltrace.1 babeltrace-log.1
8
9 dist_doc_DATA = API.txt lttng-live.txt ref-counting.md logging-guide.adoc
10
11 EXTRA_DIST = development.txt
12
13 logging-guide.html: logging-guide.adoc
14 asciidoc --verbose -a source-highlighter=pygments logging-guide.adoc
15
16 CLEANFILES = logging-guide.html
This page took 0.02924 seconds and 4 git commands to generate.