X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=c0aca530b8047d74b6ed0cd8b81b64f563a9c4dd;hb=11cbb0e6e35843d89de8c5c072480d3cf77cc05a;hp=0ef5e20e8401edabfe044a8e303a0f4807ea468c;hpb=e7b68776474003337fc6f733983e175952f154f7;p=babeltrace.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 0ef5e20e..c0aca530 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,7 +1,5 @@ -SUBDIRS = bindings images +SUBDIRS = contributing-images man -dist_man_MANS = babeltrace.1 babeltrace-log.1 - -dist_doc_DATA = API.txt lttng-live.txt ref-counting.md - -EXTRA_DIST = development.txt +if ENABLE_API_DOC +SUBDIRS += api +endif