X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=07785a817c0d5cb0453690e1adcbd0b13b2d96ae;hb=149bc52e92f860f992d02ca19371ca8d8321f3df;hp=f32a4dd263b0126135651a6fba1a6d94989491d8;hpb=4f5f37d9512a7fa57b5f98a973b009e47e9f4963;p=babeltrace.git diff --git a/doc/Makefile.am b/doc/Makefile.am index f32a4dd2..07785a81 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,7 +1,14 @@ -SUBDIRS = bindings +SUBDIRS = bindings images + +if ENABLE_API_DOC +SUBDIRS += api +endif dist_man_MANS = babeltrace.1 babeltrace-log.1 -dist_doc_DATA = API.txt lttng-live.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 -EXTRA_DIST = development.txt +CLEANFILES = logging-guide.html