summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
AgeCommit message (Collapse)Author
2010-11-10Remove everything related to os x expert packageSebastian 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-13minor formatting / comment fixesRoger Dingledine
2010-08-11Bug #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-03Fix '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-30Fix compilation issue in doc/Makefile.am on NetBSDLinus 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-01Add configure switch to disable use of asciidocSebastian Hahn
Also break the build if that switch isn't used and asciidoc isn't available.
2010-03-01Simplify asciidoc-helperSebastian Hahn
We don't need sed for our string manipulation, so let's get rid of it. Suggested by weasel.
2010-03-01Ship the asciidoc-helper file in our tarballsSebastian Hahn
Otherwise, the build process breaks when one of the .1.txt gets a new mtime. Suggested by weasel.
2010-01-28Make 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-28Fix building the tarballSebastian 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-27Clean the man and html files with make (dist)cleanSebastian Hahn
2010-01-27Stop shipping the design paper in the tarballsSebastian Hahn
2010-01-27Add a comment explaining the doc build systemNick Mathewson
Updated a little by Sebastian
2010-01-27Make the asciidoc build process work from outside top_srcdirNick Mathewson
Edited a little by Sebastian
2010-01-27Convert 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-27Convert the tor-resolve manpage to asciidocSebastian Hahn
2010-01-27Convert the torify manpage to asciidocSebastian Hahn
2010-01-27Convert the tor-gencert manpage to asciidocSebastian Hahn
2010-01-27Allow generating documentation from asciidoc in the MakefileSebastian Hahn
2010-01-27Move the torify manpage into the doc dirSebastian Hahn
2010-01-27Stop 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-17Make 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 -0500Nick 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-26sacrifice another chicken so the spec files can be in the tarballRoger Dingledine
svn:r9424
2007-01-26Move 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 -0500Nick 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-07add tor-win32-mingw-creation.txt to the tarball tooRoger Dingledine
svn:r8627
2006-10-07start shipping path-spec.txt in the tarballRoger Dingledine
svn:r8626
2006-09-07packages now start including svn website docs (oops)Roger Dingledine
svn:r8340
2006-07-30forward-port the website hack. note that with svn, our buildRoger Dingledine
system seems to build in-place, so the website/ and img/ directories actually get created in my sandbox. poo. svn:r6944
2006-04-10exclude 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-02hack together a shell blob so 'make dist' can build even whenRoger Dingledine
the website isn't there. svn:r6288
2006-03-31Fail somehow smarter if we do not have the website source tree in ../websitePeter Palfrader
svn:r6278
2006-03-31This works better for me. Does it still work for you?Peter Palfrader
svn:r6277
2006-03-31weasel suggests that this will help.Roger Dingledine
svn:r6276
2006-03-31A start at copying the website tor-*.html and images intoRoger Dingledine
the tarball. Weasel, can you help make the dependencies cause these to get re-built appropriately? svn:r6275
2006-02-21Add tor-osx-dmg-creation.txt and tor-rpm-creation.txt for distributionAndrew Lewman
svn:r6068
2006-02-16and don't ship it eitherRoger Dingledine
svn:r6022
2005-11-17put the socks-extensions file in the tarball tooRoger Dingledine
svn:r5401
2005-11-15and get it into the tarballRoger Dingledine
svn:r5396
2005-11-15stop shipping tor-doc.html and .css in the tarballRoger Dingledine
they're obsolete svn:r5394
2005-11-15start shipping tor-doc-unix.html tor-doc-server.html in the tarballRoger Dingledine
svn:r5393
2005-07-25start shipping tor-doc-win32.html tor-doc-osx.html tor-switchproxy.htmlRoger Dingledine
tor-hidden-service.html in the tarball too svn:r4664
2005-06-21remove CLIENTS file, since it has been replaced withRoger Dingledine
http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SOCKSAndDNS svn:r4473
2005-03-19Split version info into separate spec doc.Nick Mathewson
svn:r3783
2004-11-13include control-spec.txt in the tarballRoger Dingledine
svn:r2826
2004-11-01make the tarball buildRoger Dingledine
svn:r2639
2004-10-28Rename Python tor-resolve to tor-resolve.py; stop installing it; move ↵Nick Mathewson
tor-resolve manpage to doc directory svn:r2621
2004-08-06Move 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-13include a css file for tor-doc.htmlRoger Dingledine
(also include it in the tarball) svn:r2039