Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-10 | Remove everything related to os x expert package | Sebastian Hahn | |
We decided to no longer ship expert packages for OS X because they're a lot of trouble to keep maintained and confuse users. For those who want a tor on OS X without Vidalia, macports is a fine option. Alternatively, building from source is easy, too. The polipo stuff that is still required for the Vidalia bundle build can now be found in the torbrowser repository, git://git.torproject.org/torbrowser.git. | |||
2010-08-13 | minor formatting / comment fixes | Roger Dingledine | |
2010-08-11 | Bug #1773: Revert bad fix (4ef609b8) and do it properly. | Linus Nordberg | |
* doc/Makefile.am: Move $(VAR:MOD) expansions inside "if USE_ASCIIDOC". * doc/Makefile.am: Use proper variable name for text input files. * doc/Makefile.am: Initialize vars to empty when !USE_ASCIIDOC. | |||
2010-08-03 | Fix 'make distcheck' | Sebastian Hahn | |
We were leaving doc/config.log and src/or/micro-revision.i in place during a make clean. Fix that. | |||
2010-07-30 | Fix compilation issue in doc/Makefile.am on NetBSD | Linus Nordberg | |
* doc/Makefile.am: Change $(VAR:MOD) to ${VAR:MOD} -- make(1) on NetBSD substitutes '$(:x)' to 'x' rather than the empty string. This bites us in doc/ when configured with `--disable-asciidoc'. Curly braces should work in all implementations of make(1) but this patch changes only the places where we use the VAR:MOD expansion. | |||
2010-03-01 | Add configure switch to disable use of asciidoc | Sebastian Hahn | |
Also break the build if that switch isn't used and asciidoc isn't available. | |||
2010-03-01 | Simplify asciidoc-helper | Sebastian Hahn | |
We don't need sed for our string manipulation, so let's get rid of it. Suggested by weasel. | |||
2010-03-01 | Ship the asciidoc-helper file in our tarballs | Sebastian Hahn | |
Otherwise, the build process breaks when one of the .1.txt gets a new mtime. Suggested by weasel. | |||
2010-01-28 | Make sure docdir is defined when making doc/ | Sebastian Hahn | |
Apparently some autoconf versions need this, while others don't. This means documentation will be installed into share/doc/tor/. | |||
2010-01-28 | Fix building the tarball | Sebastian Hahn | |
This removes the Makefile.am from doc/design-paper and replaces it with a static Makefile. We don't need to call it during the normal Tor build process, as we don't need its targets normally. Keeping it around in case we want to rebuild the pdf or ps files later. | |||
2010-01-27 | Clean the man and html files with make (dist)clean | Sebastian Hahn | |
2010-01-27 | Stop shipping the design paper in the tarballs | Sebastian Hahn | |
2010-01-27 | Add a comment explaining the doc build system | Nick Mathewson | |
Updated a little by Sebastian | |||
2010-01-27 | Make the asciidoc build process work from outside top_srcdir | Nick Mathewson | |
Edited a little by Sebastian | |||
2010-01-27 | Convert the Tor manpage to asciidoc. | Sebastian Hahn | |
This should be a very faithful conversion, preserving as much of the layout of the old manpage as possible. This wasn't possible for the nt-service and the DataDirectory/state parts. See a later commit for some small cleanups. Tiago Faria helped with the asciidoc conversion, big thanks! | |||
2010-01-27 | Convert the tor-resolve manpage to asciidoc | Sebastian Hahn | |
2010-01-27 | Convert the torify manpage to asciidoc | Sebastian Hahn | |
2010-01-27 | Convert the tor-gencert manpage to asciidoc | Sebastian Hahn | |
2010-01-27 | Allow generating documentation from asciidoc in the Makefile | Sebastian Hahn | |
2010-01-27 | Move the torify manpage into the doc dir | Sebastian Hahn | |
2010-01-27 | Stop putting parts of the website into tarballs. | Sebastian Hahn | |
The website wasn't used by our packages, and most users will not know how to open html.en files anyways. | |||
2008-01-17 | Make the tor-gencert man page get included correctly in the tarball. | Roger Dingledine | |
svn:r13163 | |||
2008-01-10 | r17550@catbus: nickm | 2008-01-10 12:08:01 -0500 | Nick Mathewson | |
Add a manual page for tor-gencert. Also implement the missing -s option in tor-gencert, and fix the info message for when no cert file is specified. svn:r13091 | |||
2007-01-26 | sacrifice another chicken so the spec files can be in the tarball | Roger Dingledine | |
svn:r9424 | |||
2007-01-26 | Move specification documents into new doc/spec subdirectory. (Proposals, ↵ | Nick Mathewson | |
drafts, and bad ideas still remain in doc.) svn:r9411 | |||
2006-12-19 | r11644@Kushana: nickm | 2006-12-19 14:07:17 -0500 | Nick Mathewson | |
Add address-spec.txt document to describe .exit, .onion, and .noconnnect. Hopefully, we will not add too many of these just because we have a file for them now... svn:r9155 | |||
2006-10-07 | add tor-win32-mingw-creation.txt to the tarball too | Roger Dingledine | |
svn:r8627 | |||
2006-10-07 | start shipping path-spec.txt in the tarball | Roger Dingledine | |
svn:r8626 | |||
2006-09-07 | packages now start including svn website docs (oops) | Roger Dingledine | |
svn:r8340 | |||
2006-07-30 | forward-port the website hack. note that with svn, our build | Roger Dingledine | |
system seems to build in-place, so the website/ and img/ directories actually get created in my sandbox. poo. svn:r6944 | |||
2006-04-10 | exclude the website images from the tarball. they're huge. | Roger Dingledine | |
we need to figure out some other solution than shipping the whole pile of screenshots. svn:r6352 | |||
2006-04-02 | hack together a shell blob so 'make dist' can build even when | Roger Dingledine | |
the website isn't there. svn:r6288 | |||
2006-03-31 | Fail somehow smarter if we do not have the website source tree in ../website | Peter Palfrader | |
svn:r6278 | |||
2006-03-31 | This works better for me. Does it still work for you? | Peter Palfrader | |
svn:r6277 | |||
2006-03-31 | weasel suggests that this will help. | Roger Dingledine | |
svn:r6276 | |||
2006-03-31 | A start at copying the website tor-*.html and images into | Roger Dingledine | |
the tarball. Weasel, can you help make the dependencies cause these to get re-built appropriately? svn:r6275 | |||
2006-02-21 | Add tor-osx-dmg-creation.txt and tor-rpm-creation.txt for distribution | Andrew Lewman | |
svn:r6068 | |||
2006-02-16 | and don't ship it either | Roger Dingledine | |
svn:r6022 | |||
2005-11-17 | put the socks-extensions file in the tarball too | Roger Dingledine | |
svn:r5401 | |||
2005-11-15 | and get it into the tarball | Roger Dingledine | |
svn:r5396 | |||
2005-11-15 | stop shipping tor-doc.html and .css in the tarball | Roger Dingledine | |
they're obsolete svn:r5394 | |||
2005-11-15 | start shipping tor-doc-unix.html tor-doc-server.html in the tarball | Roger Dingledine | |
svn:r5393 | |||
2005-07-25 | start shipping tor-doc-win32.html tor-doc-osx.html tor-switchproxy.html | Roger Dingledine | |
tor-hidden-service.html in the tarball too svn:r4664 | |||
2005-06-21 | remove CLIENTS file, since it has been replaced with | Roger Dingledine | |
http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SOCKSAndDNS svn:r4473 | |||
2005-03-19 | Split version info into separate spec doc. | Nick Mathewson | |
svn:r3783 | |||
2004-11-13 | include control-spec.txt in the tarball | Roger Dingledine | |
svn:r2826 | |||
2004-11-01 | make the tarball build | Roger Dingledine | |
svn:r2639 | |||
2004-10-28 | Rename Python tor-resolve to tor-resolve.py; stop installing it; move ↵ | Nick Mathewson | |
tor-resolve manpage to doc directory svn:r2621 | |||
2004-08-06 | Move design-paper into its own directory, and ship it and all that is needed ↵ | Peter Palfrader | |
to build with it in the tarball svn:r2163 | |||
2004-07-13 | include a css file for tor-doc.html | Roger Dingledine | |
(also include it in the tarball) svn:r2039 |