Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set docdir on Windows builds #376

Merged
merged 1 commit into from Mar 13, 2016
Merged

Conversation

eht16
Copy link
Member

@eht16 eht16 commented Feb 29, 2016

And remove unused define PKGLIBDIR and quote paths even.

As continuation of #374 after more testing on Windows.
These should be last bits regarding Waf->Autotools migration for G-P on Windows, so I hope.

As we all know, I'm not an Autotools expert: maybe there is a better way/location to overwrite docdir than in GP_CHECK_MINGW.

@eht16
Copy link
Member Author

eht16 commented Mar 6, 2016

With eht16@6389d9e I'm now done with my changes. G-P build fine and installer works properly.

There is still an issue with some plugins not being able to open their local help files in DOCDIR but this need to be fixed in the affected plugins.

@@ -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')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this dosn't seem to match what DOCDIR is set to below, what's up with this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@eht16
Copy link
Member Author

eht16 commented Mar 10, 2016

Btw, I'd like to squash the commits before merging.

@b4n
Copy link
Member

b4n commented Mar 10, 2016

Sure. LGBI now.

And remove unused define PKGLIBDIR and quote paths even.
@b4n b4n mentioned this pull request Mar 12, 2016
@b4n b4n merged commit ebad47c into geany:master Mar 13, 2016
@eht16 eht16 deleted the extend_mingw_support branch March 13, 2016 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants