<p>In <a href="https://github.com/geany/geany/pull/928#discussion_r54887931">configure.ac</a>:</p>
<pre style='color:#555'>> @@ -120,6 +120,10 @@ GEANY_CHECK_THE_FORCE dnl hehe
>  # i18n
>  GEANY_I18N
>  
> +AM_COND_IF([MINGW],
> +  [docdir='${prefix}/doc'],
> +  [docdir='${docdir}'])
</pre>
<blockquote>
<p>This said, I think it'd probably be better to alter paths like this in the Makefile.am instead.</p>
</blockquote>

<p>Oh, I see, it's used in src/Makefile.am too.  Well, err hum… so well yeah either not special-case Windows, or indeed to it at configure.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/pull/928/files#r54887931">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ1eVAmUJffiypVoAP7PKp-61RDigks5ppvMpgaJpZM4HoJGR.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/928/files#r54887931"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>