diff options
author | Roger Dingledine <arma@torproject.org> | 2007-01-26 09:12:52 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-01-26 09:12:52 +0000 |
commit | 2f6ec3d63e48d74fe6a269b0274ac4e5d1a36d1e (patch) | |
tree | 782409bc27b96fbfda6cc2734d36e1130f57051c /doc | |
parent | e9f6456b2cc0161dce30afdf95d89f65b5b2fd7d (diff) | |
download | tor-2f6ec3d63e48d74fe6a269b0274ac4e5d1a36d1e.tar tor-2f6ec3d63e48d74fe6a269b0274ac4e5d1a36d1e.tar.gz |
sacrifice another chicken so the spec files can be in the tarball
svn:r9424
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 2277b3dc0..8a3c8e75d 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -8,7 +8,7 @@ man_MANS = tor.1 tor-resolve.1 SUBDIRS = design-paper spec -DIST_SUBDIRS = design-paper +DIST_SUBDIRS = design-paper spec website: ../../website/docs/ rm -rf website |