Remove CHANGES preprocessing, as it didn't work with VPATH builds
authorPetri Lehtinen <petri@digip.org>
Thu, 21 Jan 2010 18:53:05 +0000 (20:53 +0200)
committerPetri Lehtinen <petri@digip.org>
Thu, 21 Jan 2010 18:53:05 +0000 (20:53 +0200)
commit78594e9bd33372673969c96e08e6fe92d53bc368
treeda78dae738fb9766587e0418159e6474a97ec990
parente921e63b542e18f1667b8858052350ded186cfd3
Remove CHANGES preprocessing, as it didn't work with VPATH builds

The problem is that Sphinx can only read input files from a single
directory. In VPATH builds, the source and build trees are separate,
and the changes.rst went into the build tree.

This patch solves the issue by using cfunc as the Sphinx default role.
CHANGES
doc/.gitignore
doc/Makefile.am
doc/changes.rst [moved from doc/changes.rst.in with 70% similarity]
doc/conf.py