aboutsummaryrefslogtreecommitdiffstats
path: root/doc/building.txt
Commit message (Collapse)AuthorAgeFilesLines
* Document KDF properly.lloyd2011-04-221-1/+1
| | | | | | | | Split log by release series instead of year. Make dedicated landing page. If SPHINX_OPTS is set, it will be passed to sphinx-build
* Merge last bits from the tutorial.lloyd2011-04-221-26/+23
| | | | | | Many other cleanups and changes in the docs. Make the index page a functional standin for the current site so the entire website can be built using Sphinx.
* Fix the --without-sphinx and --without-doxygen flags.lloyd2011-04-191-0/+15
| | | | | | | If neither --with-sphinx nor --without-sphinx were used, then test for sphinx-build in the path and turn it on if we find it. Document the --distribution-info option.
* Add a --no-autoload examplelloyd2011-04-191-0/+9
| | | | | | Add missing dependency in the SIMD engine that would cause build failures when using --no-autoload and explicitly requesting a SIMD algorithm like aes_ssse3 using --enable-modules.
* Spelling fixeslloyd2011-04-121-3/+3
|
* Convert most of the documentation to reStructured Text, addinglloyd2011-04-041-0/+403
a makefile to build it with Sphinx (http://sphinx.pocoo.org/). Previously credits.txt listed public domain code sources; instead directly credit the authors in the relevant files and delete that file. Drop the draft FIPS 140 security policy; I can't imagine FIPS 140 validation will ever happen, and if it does, I don't want anything to do with it. Also drop the internals doc, which was so out of date (and incomplete) as to be worthless. Move the tutorials and InSiTo pdfs into old/ for the time being, until anything relevant from them can be filtered out and converted into RST.