From 983db587664d12c7d75e5b01af0c97899c1534e9 Mon Sep 17 00:00:00 2001 From: "Jeremy C. Reed" Date: Wed, 29 Feb 2012 10:29:47 -0600 Subject: [PATCH] [trac1687] include system_messages.py in tarball --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index cc91a564e..5c6d0bf9a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -89,8 +89,12 @@ systest: cd tests/system; \ sh $(abs_srcdir)/tests/system/runall.sh +### include tool to generate documentation from log message specifications +### in the distributed tarball: +EXTRA_DIST = tools/system_messages.py + #### include external sources in the distributed tarball: -EXTRA_DIST = ext/asio/README +EXTRA_DIST += ext/asio/README EXTRA_DIST += ext/asio/README EXTRA_DIST += ext/asio/asio.hpp EXTRA_DIST += ext/asio/asio/basic_socket.hpp -- GitLab