diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-09-03 10:30:54 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-09-03 10:30:54 -0400 |
commit | 1d514b8a91c7cea03b636156977d40b34802f8d6 (patch) | |
tree | b23de7205ddb83b369b5b8380c913bdd54926a44 /doc/include.am | |
parent | eb71777bb28b353da68c0ea25a36d0ac763de550 (diff) | |
download | tor-1d514b8a91c7cea03b636156977d40b34802f8d6.tar.gz tor-1d514b8a91c7cea03b636156977d40b34802f8d6.zip |
Add doc/WritingTests.txt to distribution
Diffstat (limited to 'doc/include.am')
-rw-r--r-- | doc/include.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/include.am b/doc/include.am index ff2de845b2..41d3d2a0c7 100644 --- a/doc/include.am +++ b/doc/include.am @@ -37,7 +37,9 @@ endif EXTRA_DIST+= doc/HACKING doc/asciidoc-helper.sh \ $(html_in) $(man_in) $(txt_in) \ doc/state-contents.txt \ - doc/torrc_format.txt doc/TUNING + doc/torrc_format.txt \ + doc/TUNING \ + doc/WritingTests.txt docdir = @docdir@ |