diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-03-28 04:08:07 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-03-28 04:08:56 -0400 |
commit | a9c0e9fec2ced629aefdc1436ec41467353cc9a0 (patch) | |
tree | 630a73ae977af644a3dfbb07c913c7c8415d4da6 /doc/Makefile.am | |
parent | 8387d8571ff85fb36097cdda78267aac509ec53e (diff) | |
download | tor-a9c0e9fec2ced629aefdc1436ec41467353cc9a0.tar.gz tor-a9c0e9fec2ced629aefdc1436ec41467353cc9a0.zip |
Write initial documentation for the contents of the state file
Fixes bug 2987. There is still some information to go, but now we
have a place to put it.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index d8d9fbefc2..d26f830f8e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -37,7 +37,8 @@ endif EXTRA_DIST = HACKING asciidoc-helper.sh \ $(html_in) $(man_in) $(txt_in) \ tor-rpm-creation.txt \ - tor-win32-mingw-creation.txt spec/README + tor-win32-mingw-creation.txt spec/README \ + state-contents.txt docdir = @docdir@ |