From: David Goulet Date: Mon, 3 Dec 2012 21:07:45 +0000 (-0500) Subject: Fix: ship relevant documentations with tarball X-Git-Tag: v2.1.0~85 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=72f23df86a9a8e567466e3389786831712e2cf35;ds=sidebyside Fix: ship relevant documentations with tarball Signed-off-by: David Goulet --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 954c67ab3..8edb6dc1e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,6 @@ SUBDIRS = man -EXTRA_DIST = quickstart.txt streaming-howto.txt +EXTRA_DIST = quickstart.txt streaming-howto.txt python-howto.txt \ + calibrate.txt kernel-CodingStyle.txt -dist_doc_DATA = quickstart.txt streaming-howto.txt +dist_doc_DATA = quickstart.txt streaming-howto.txt python-howto.txt \ + calibrate.txt