diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-07-20 12:05:44 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-07-20 12:05:44 -0400 |
commit | 7521c3ee91a8c52cc152de6fa8b4c88b44fc3e33 (patch) | |
tree | 598911621af58bf3d057fbe4d8efd7468f94202c /doc/include.am | |
parent | 0a329a7a05199d3d0ec21e072f91a2213b8fc7b8 (diff) | |
download | tor-7521c3ee91a8c52cc152de6fa8b4c88b44fc3e33.tar.gz tor-7521c3ee91a8c52cc152de6fa8b4c88b44fc3e33.zip |
Document the torrc format as thoroughly as possible
Closes ticket 2325
Diffstat (limited to 'doc/include.am')
-rw-r--r-- | doc/include.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/include.am b/doc/include.am index 783aa95c4e..af99501502 100644 --- a/doc/include.am +++ b/doc/include.am @@ -36,7 +36,8 @@ endif EXTRA_DIST+= doc/HACKING doc/asciidoc-helper.sh \ $(html_in) $(man_in) $(txt_in) \ - doc/state-contents.txt + doc/state-contents.txt \ + doc/torrc_format.txt docdir = @docdir@ |