Run Sphinx without the -W flag when building documentation origin/1.3
authorPetri Lehtinen <petri@digip.org>
Mon, 6 Sep 2010 17:46:14 +0000 (20:46 +0300)
committerPetri Lehtinen <petri@digip.org>
Mon, 6 Sep 2010 17:46:15 +0000 (20:46 +0300)
commit3d5c0f46f10bcb26f054af9ab2cf1d910148f9d5
tree90b19e97e98218115dd30c0d82a1443ff56d3397
parent145032a57f7844c29f2c40415b46338ac3445207
Run Sphinx without the -W flag when building documentation

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.
Makefile.am
doc/Makefile.am