diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-01-26 01:59:50 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-01-26 01:59:50 +0000 |
commit | 489f6185bff08278e648d944ec1a9b2d03443d21 (patch) | |
tree | ded178e269afc641461a820cb3a387feb3a4069e /doc/Makefile.am | |
parent | d996db90b38dac225f6cda6dffdc3807a4c3d822 (diff) | |
download | tor-489f6185bff08278e648d944ec1a9b2d03443d21.tar.gz tor-489f6185bff08278e648d944ec1a9b2d03443d21.zip |
Move specification documents into new doc/spec subdirectory. (Proposals, drafts, and bad ideas still remain in doc.)
svn:r9411
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 5e888d4d3e..2277b3dc0d 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,15 +1,12 @@ -EXTRA_DIST = tor-spec.txt rend-spec.txt control-spec.txt \ - dir-spec.txt socks-extensions.txt path-spec.txt \ - version-spec.txt address-spec.txt \ - website img HACKING \ +EXTRA_DIST = website img HACKING \ tor-resolve.1 \ tor-osx-dmg-creation.txt tor-rpm-creation.txt \ tor-win32-mingw-creation.txt man_MANS = tor.1 tor-resolve.1 -SUBDIRS = design-paper +SUBDIRS = design-paper spec DIST_SUBDIRS = design-paper |