docs: Use the correct Vala version string for valadoc
authorTravis Reitter <travis.reitter@collabora.co.uk>
Fri, 5 Jul 2013 22:02:47 +0000 (15:02 -0700)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Fri, 5 Jul 2013 22:39:54 +0000 (15:39 -0700)
It was failing to find the expected driver, previously, which broke the
build

docs/Makefile.am

index 364280f..88907ff 100644 (file)
@@ -52,7 +52,7 @@ valadoc_flags = \
        --force \
        --package-version $(PACKAGE_VERSION) \
        --no-protected \
-       --driver "$(shell valac --version)" \
+       --driver "$(shell valac --api-version)" \
        $(NULL)
 
 # folks documentation