X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=07785a817c0d5cb0453690e1adcbd0b13b2d96ae;hb=2e478c7f6c18242fa0e9a22423738d5af16a492e;hp=88cb57fa09c9914a64c4d053687a7b66fc0ab7da;hpb=5207cb9b29dd652d4570ffc3d7cceefd076e34ca;p=babeltrace.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 88cb57fa..07785a81 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1 +1,14 @@ +SUBDIRS = bindings images + +if ENABLE_API_DOC +SUBDIRS += api +endif + dist_man_MANS = babeltrace.1 babeltrace-log.1 + +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