Pass the --driver version to valadoc to minimize complications.
authorTravis Reitter <travis.reitter@collabora.co.uk>
Fri, 7 Jun 2013 16:11:04 +0000 (09:11 -0700)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Fri, 7 Jun 2013 22:06:42 +0000 (15:06 -0700)
This ensures that we're building the library with the same version of Vala
that valadoc uses

docs/Makefile.am

index de63c45..51efba4 100644 (file)
@@ -70,6 +70,7 @@ valadoc_flags = \
        --force \
        --package-version $(PACKAGE_VERSION) \
        --no-protected \
+       --driver "$(shell valac --version)" \
        $(NULL)
 
 # folks documentation