diff options
author | Roger Dingledine <arma@torproject.org> | 2004-07-13 16:03:46 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-07-13 16:03:46 +0000 |
commit | 0fbe75ed1eba595a3c69858501e8719c13015f08 (patch) | |
tree | 8caf56b985efecdcac94e3a50fd39c1befeba5a8 /doc/Makefile.am | |
parent | 59422810078204f4ed649e4f46cc0decaa697ff8 (diff) | |
download | tor-0fbe75ed1eba595a3c69858501e8719c13015f08.tar.gz tor-0fbe75ed1eba595a3c69858501e8719c13015f08.zip |
include a css file for tor-doc.html
(also include it in the tarball)
svn:r2039
Diffstat (limited to 'doc/Makefile.am')
-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 e50e601bde..434b04b7b2 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = tor-spec.txt CLIENTS FAQ HACKING rend-spec.txt tor-design.tex tor-doc.html +EXTRA_DIST = tor-spec.txt CLIENTS FAQ HACKING rend-spec.txt tor-design.tex tor-doc.html tor-doc.css man_MANS = tor.1 |