From 3ec1aea329174471585b4dfb83fc5bbd98e9143a Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 15 Nov 2005 22:39:55 +0000 Subject: [PATCH] stop shipping tor-doc.html and .css in the tarball they're obsolete svn:r5394 --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 63f5c8c5f5..f146c9c308 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = tor-spec.txt FAQ HACKING rend-spec.txt control-spec.txt dir-spec.txt tor-doc.html tor-doc.css tor-doc-win32.html tor-doc-osx.html tor-doc-unix.html tor-doc-server.html tor-switchproxy.html tor-hidden-service.html tor-resolve.1 version-spec.txt +EXTRA_DIST = tor-spec.txt FAQ HACKING rend-spec.txt control-spec.txt dir-spec.txt tor-doc-win32.html tor-doc-osx.html tor-doc-unix.html tor-doc-server.html tor-switchproxy.html tor-hidden-service.html tor-resolve.1 version-spec.txt man_MANS = tor.1 tor-resolve.1