diff options
author | Roger Dingledine <arma@torproject.org> | 2003-03-19 22:43:03 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-03-19 22:43:03 +0000 |
commit | b6615bc7ded4186e9286a938e46eba233676a201 (patch) | |
tree | 4aefa67566e56cc69fceb386a0e896d10bef8730 | |
parent | e03af74d556b88cf3978d18a29f1c59379bb68de (diff) | |
download | tor-b6615bc7ded4186e9286a938e46eba233676a201.tar.gz tor-b6615bc7ded4186e9286a938e46eba233676a201.zip |
allow make dist to work, because we moved stuff to doc
svn:r211
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c19c8accc9..d31d72e162 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,5 +3,5 @@ SUBDIRS = src DIST_SUBDIRS = src -EXTRA_DIST = HACKING FAQ LICENSE +EXTRA_DIST = LICENSE doc |