aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2010-09-06Run Sphinx without the -W flag when building documentation1.3Petri Lehtinen1-1/+2
In "make html", don't use the -W flag with Sphinx. This makes it possible to create the documentation with Sphinx 1.0 without errors, as the warning about using old-style C markup isn't turned to an error. Don't build documentation in "make check". Instead, add a new make target "check-doc" to build the documentation with the -W flag.
2010-01-17Merge branch '1.1'Petri Lehtinen1-0/+3
Conflicts: Makefile.am
2010-01-07Add pkg-config support1.1Petri Lehtinen1-0/+3
Thanks to Sean Middleditch for contributing.
2009-11-03Build documentation in make html targetPetri Lehtinen1-4/+1
To keep the distchecks for the documentation, the documentation has to be built in the check target instead of distcheck-hook. While at it, rename doc/.build to doc/_build. This naming is the default with sphinx 0.6.2.
2009-10-25Build documentation in distcheck-hookPetri Lehtinen1-0/+5
This is to check that all the documentation files are distributed before releasing.
2009-09-08Distribute CHANGESPetri Lehtinen1-1/+1
2009-08-25Distribute appropriate filesPetri Lehtinen1-0/+1
2009-08-13Add README and API referencePetri Lehtinen1-1/+1
2009-07-09Add some testsPetri Lehtinen1-1/+1
2009-05-12Use autoconf, automake & libtoolPetri Lehtinen1-0/+1