Browse Source

[trac1687] include system_messages.py in tarball

Jeremy C. Reed 13 years ago
parent
commit
983db58766
1 changed files with 5 additions and 1 deletions
  1. 5 1
      Makefile.am

+ 5 - 1
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