Add Doxygen support to build system to build the API doc
[babeltrace.git] / doc / Makefile.am
... / ...
CommitLineData
1SUBDIRS = bindings images
2
3if ENABLE_API_DOC
4SUBDIRS += api
5endif
6
7dist_man_MANS = babeltrace.1 babeltrace-log.1
8
9dist_doc_DATA = API.txt lttng-live.txt ref-counting.md
10
11EXTRA_DIST = development.txt
This page took 0.022628 seconds and 4 git commands to generate.