X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=021edd09a3c20b2d6fc7ba37df55fe1cbd4ee607;hb=a310d6bdad7372b9d8b5d85519ea8a46fe911643;hp=31ade4538326d0588df979c1d90221098b4611bf;hpb=d2c0553c848fd84979ac2d3d5fce8fafd56105b3;p=babeltrace.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 31ade453..021edd09 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1 +1,5 @@ -dist_man_MANS = babeltrace.1 +SUBDIRS = bindings contributing-images man + +if ENABLE_API_DOC +SUBDIRS += api +endif