[Github-comments] [geany] Fix installation of the manual on Windows (#928)

Colomban Wendling notifications at xxxxx
Thu Mar 3 14:41:45 UTC 2016


> @@ -120,6 +120,10 @@ GEANY_CHECK_THE_FORCE dnl hehe
>  # i18n
>  GEANY_I18N
>  
> +AM_COND_IF([MINGW],
> +  [docdir='${prefix}/doc'],
> +  [docdir='${docdir}'])

> This said, I think it'd probably be better to alter paths like this in the Makefile.am instead.

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.

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/928/files#r54887931
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160303/d7365842/attachment.html>


More information about the Github-comments mailing list