[Github-comments] [geany] Fix installation of the manual on Windows (#928)
Enrico Tröger
notifications at xxxxx
Fri Mar 4 04:51:39 UTC 2016
> @@ -120,6 +120,10 @@ GEANY_CHECK_THE_FORCE dnl hehe
> # i18n
> GEANY_I18N
>
> +AM_COND_IF([MINGW],
> + [docdir='${prefix}/doc'],
> + [docdir='${docdir}'])
>> +AM_COND_IF([MINGW],
>> + [docdir='${prefix}/doc'],
>> + [docdir='${docdir}'])
>
> As the Travis failure shows, this is a recursive variable from Make's POV, not a good thing :)
Oops.
I really know too less about Autotools and how it works. Sorry.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/928/files#r54989969
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160303/394c5439/attachment.html>
More information about the Github-comments
mailing list