From: Rico Tzschichholz Date: Mon, 29 Oct 2018 15:39:29 +0000 (+0100) Subject: doc: Fix build of internal-api-docs X-Git-Tag: 0.43.1~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cd71c2caf33f67a07664ac1da60ac0e009c45e6;p=thirdparty%2Fvala.git doc: Fix build of internal-api-docs --- diff --git a/doc/Makefile.am b/doc/Makefile.am index b79f229c4..f38528db9 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -114,6 +114,7 @@ internal-apis/ccode: $(ccode_VALASOURCES) internal-apis/gee --package-name ccode \ --package-version $(PACKAGE_VERSION) \ --vapidir=$(top_builddir)/gee --pkg gee \ + --vapidir=$(top_builddir)/vala --pkg vala \ $(filter %.vala,$^) @touch $@