X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=d5215a9cd2cfd42f112d84246eebf1b548f24b03;hb=900eef7317d3e8b350a93fb8782639845c62c2bd;hp=07785a817c0d5cb0453690e1adcbd0b13b2d96ae;hpb=8b5bac09e3417f65a05895c639c19c13df123ca7;p=babeltrace.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 07785a81..d5215a9c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,14 +1,7 @@ -SUBDIRS = bindings images +# SPDX-License-Identifier: MIT + +SUBDIRS = contributing-images man 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