diff options
author | Roger Dingledine <arma@torproject.org> | 2003-11-21 04:19:24 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-11-21 04:19:24 +0000 |
commit | 1d9b1550e0773ff3599b743ed5b2960e4b28bce5 (patch) | |
tree | 0311757884a6bfd1fdb82db46a33882f643bee91 | |
parent | 5b99985e79b3b698227f6fe26ed94e4e12fc4daf (diff) | |
download | tor-1d9b1550e0773ff3599b743ed5b2960e4b28bce5.tar tor-1d9b1550e0773ff3599b743ed5b2960e4b28bce5.tar.gz |
stop building sample-server-torrc, start building tor.1
svn:r861
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 00885a059..33ad824a9 100644 --- a/configure.in +++ b/configure.in @@ -184,5 +184,5 @@ AC_SUBST(LOCALSTATEDIR) echo "confdir: $CONFDIR" -AC_OUTPUT(Makefile tor.sh src/config/torrc src/config/sample-server-torrc src/Makefile doc/Makefile src/config/Makefile src/common/Makefile src/or/Makefile) +AC_OUTPUT(Makefile tor.sh src/config/torrc doc/tor.1 src/Makefile doc/Makefile src/config/Makefile src/common/Makefile src/or/Makefile) |