doc/Makefile.am: do not install internal documentation
[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
9EXTRA_DIST = development.txt logging-guide.adoc ref-counting.md API.txt lttng-live.txt
10
11logging-guide.html: logging-guide.adoc
12 asciidoc --verbose -a source-highlighter=pygments logging-guide.adoc
13
14CLEANFILES = logging-guide.html
This page took 0.022996 seconds and 4 git commands to generate.