X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=07785a817c0d5cb0453690e1adcbd0b13b2d96ae;hb=4581096d7c66be8cb9dcba9c48aa458583f4de4a;hp=6ee9c2335ed9f76dae1ea4c68a20b67956238552;hpb=d1dab1d2126585017a17c35e05e9873d995bfee2;p=babeltrace.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 6ee9c233..07785a81 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -6,6 +6,9 @@ endif dist_man_MANS = babeltrace.1 babeltrace-log.1 -dist_doc_DATA = API.txt lttng-live.txt ref-counting.md +EXTRA_DIST = development.txt logging-guide.adoc ref-counting.md API.txt lttng-live.txt -EXTRA_DIST = development.txt +logging-guide.html: logging-guide.adoc + asciidoc --verbose -a source-highlighter=pygments logging-guide.adoc + +CLEANFILES = logging-guide.html