X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=07785a817c0d5cb0453690e1adcbd0b13b2d96ae;hb=2c212c058851bd675a5ff33ac0bff981458497be;hp=597c43e79922f8d31576f2a7c06a8d44dcd692a5;hpb=827b30c103fe5efcc1f4c39ed8a6b8bfa003c5a3;p=babeltrace.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 597c43e7..07785a81 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,3 +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 +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 + +CLEANFILES = logging-guide.html