[geany/geany-plugins] ebad47: Set docdir on Windows builds

Enrico Tröger git-noreply at xxxxx
Sat Mar 12 15:00:24 UTC 2016


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sat, 12 Mar 2016 15:00:24 UTC
Commit:      ebad47c405beb91a8ae59d937a901a8e327847a7
             https://github.com/geany/geany-plugins/commit/ebad47c405beb91a8ae59d937a901a8e327847a7

Log Message:
-----------
Set docdir on Windows builds

And remove unused define PKGLIBDIR and quote paths even.


Modified Paths:
--------------
    build/common.m4
    build/vars.build.mk

Modified: build/common.m4
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -65,7 +65,7 @@ AC_DEFUN([GP_COMMIT_PLUGIN_STATUS],
     GP_STATUS_PLUGIN_ADD([$1], [$m4_tolower(AS_TR_SH(enable_$1))])
 ])
 
-dnl GEANY_CHECK_MINGW
+dnl GP_CHECK_MINGW
 dnl Checks whether we're building for MinGW, and defines appropriate stuff
 dnl if it is the case.
 dnl Most importantly, AM_CODITIONALs MINGW


Modified: build/vars.build.mk
8 lines changed, 4 insertions(+), 4 deletions(-)
===================================================================
@@ -2,11 +2,11 @@ if MINGW
 LOCAL_AM_CFLAGS = \
 	-DLOCALEDIR=\""share/locale"\" \
 	-DPREFIX=\"\" \
-	-DDOCDIR=\"\" \
-	-DGEANYPLUGINS_DATADIR=\"share\" \
+	-DDOCDIR=\""share/doc/geany-plugins"\" \
+	-DGEANYPLUGINS_DATADIR=\""share"\" \
 	-DPKGDATADIR=\""share/geany-plugins"\" \
 	-DLIBDIR=\""lib"\" \
-	-DPKGLIBDIR=\"\"
+	-DPKGLIBDIR=\""lib/geany-plugins"\"
 else
 LOCAL_AM_CFLAGS = \
 	-DLOCALEDIR=\""$(LOCALEDIR)"\" \
@@ -22,7 +22,7 @@ AM_CFLAGS = \
 	${LOCAL_AM_CFLAGS} \
 	$(GEANY_CFLAGS) \
 	$(GP_CFLAGS)
-	
+
 
 AM_LDFLAGS = -module -avoid-version -no-undefined $(GP_LDFLAGS)
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list