In build/common.m4:

> @@ -75,6 +75,7 @@ AC_DEFUN([GP_CHECK_MINGW],
>  		*mingw*)
>  			AC_DEFINE([WIN32], [1], [we are cross compiling for WIN32])
>  			AM_CONDITIONAL([MINGW], true)
> +			AC_SUBST([docdir], '${prefix}/doc/geany-plugins')

Oops, this was just a left-over in this PR. I actually built the provided test binaries without this.
Thanks for noticing it and sorry. Fixed in eht16@953d478.


Reply to this email directly or view it on GitHub.