diff options
author | Roger Dingledine <arma@torproject.org> | 2003-10-07 16:30:05 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-10-07 16:30:05 +0000 |
commit | de6cbe53c0caaf09e6e870b50463fa3ad37dfd6f (patch) | |
tree | 0a67bb89726ce6020cac92b9edf7963180373359 /doc/Makefile.am | |
parent | e826873ac657782fde5e635d75de5443ac27fed4 (diff) | |
download | tor-de6cbe53c0caaf09e6e870b50463fa3ad37dfd6f.tar.gz tor-de6cbe53c0caaf09e6e870b50463fa3ad37dfd6f.zip |
some early bugfixes
our log() conflicts with log(3)
distribute only the correct files from doc/ and src/config/
sometimes laptops go back in time. i guess that's ok for now.
and bump the version number because we're live.
svn:r544
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000000..5d4ab67610 --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,3 @@ + +EXTRA_DIST = tor-spec.txt CLIENTS FAQ HACKING rendezvous.txt tor-design.tex + |