X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=doc%2FMakefile.am;h=d5215a9cd2cfd42f112d84246eebf1b548f24b03;hp=31ade4538326d0588df979c1d90221098b4611bf;hb=0235b0db7de5bcacdb3650c92461f2ce5eb2143d;hpb=d2c0553c848fd84979ac2d3d5fce8fafd56105b3 diff --git a/doc/Makefile.am b/doc/Makefile.am index 31ade453..d5215a9c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1 +1,7 @@ -dist_man_MANS = babeltrace.1 +# SPDX-License-Identifier: MIT + +SUBDIRS = contributing-images man + +if ENABLE_API_DOC +SUBDIRS += api +endif