diff --git a/Makefile.am b/Makefile.am index cc91a564eb3228d3a636ca9664aae2370ba19aaa..5c6d0bf9a9799abf6cb07ca41de728a7e770085f 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