diff --git a/src/Filters/Rules/MediaObject/Makefile.am b/src/Filters/Rules/MediaObject/Makefile.am index a94a39131..832587997 100644 --- a/src/Filters/Rules/MediaObject/Makefile.am +++ b/src/Filters/Rules/MediaObject/Makefile.am @@ -1,6 +1,6 @@ # This is the src/Filters/Rules/MediaObject level Makefile for Gramps -pkgdatadir = $(datadir)/@PACKAGE@/Filters/Rules/MediaObject +pkgpythondir = $(datadir)/@PACKAGE@/Filters/Rules/MediaObject pkgpython_PYTHON = \ _AllMedia.py\ diff --git a/src/gen/mime/Makefile.am b/src/gen/mime/Makefile.am index cc2375fa0..8a8e744dc 100644 --- a/src/gen/mime/Makefile.am +++ b/src/gen/mime/Makefile.am @@ -3,7 +3,7 @@ # but that is not necessarily portable. # If not using GNU make, then list all .py files individually -pkgdatadir = $(datadir)/@PACKAGE@/gen/mime +pkgpythondir = $(datadir)/@PACKAGE@/gen/mime pkgpython_PYTHON = \ __init__.py\ diff --git a/src/plugins/docgen/Makefile.am b/src/plugins/docgen/Makefile.am index c47dc3749..0d3158d17 100644 --- a/src/plugins/docgen/Makefile.am +++ b/src/plugins/docgen/Makefile.am @@ -3,7 +3,8 @@ # but that is not necessarily portable. # If not using GNU make, then list all .py files individually -pkgdatadir = $(datadir)/@PACKAGE@/plugins/docgen +pkgdatadir = $(datadir)/@PACKAGE@/plugins/docgen +pkgpythondir = $(datadir)/@PACKAGE@/plugins/docgen pkgpython_PYTHON = \ AsciiDoc.py \ diff --git a/src/plugins/drawreport/Makefile.am b/src/plugins/drawreport/Makefile.am index 22e142a7f..5e2d09656 100644 --- a/src/plugins/drawreport/Makefile.am +++ b/src/plugins/drawreport/Makefile.am @@ -3,7 +3,7 @@ # but that is not necessarily portable. # If not using GNU make, then list all .py files individually -pkgdatadir = $(datadir)/@PACKAGE@/plugins/drawreport +pkgpythondir = $(datadir)/@PACKAGE@/plugins/drawreport pkgpython_PYTHON = \ AncestorTree.py \ diff --git a/src/plugins/export/Makefile.am b/src/plugins/export/Makefile.am index 2959bfd49..f49f36245 100644 --- a/src/plugins/export/Makefile.am +++ b/src/plugins/export/Makefile.am @@ -3,7 +3,7 @@ # but that is not necessarily portable. # If not using GNU make, then list all .py files individually -pkgdatadir = $(datadir)/@PACKAGE@/plugins/export +pkgpythondir = $(datadir)/@PACKAGE@/plugins/export pkgpython_PYTHON = \ export.gpr.py \ diff --git a/src/plugins/gramplet/Makefile.am b/src/plugins/gramplet/Makefile.am index 3e1855c0a..b0cd10848 100644 --- a/src/plugins/gramplet/Makefile.am +++ b/src/plugins/gramplet/Makefile.am @@ -3,7 +3,7 @@ # but that is not necessarily portable. # If not using GNU make, then list all .py files individually -pkgdatadir = $(datadir)/@PACKAGE@/plugins/gramplet +pkgpythondir = $(datadir)/@PACKAGE@/plugins/gramplet pkgpython_PYTHON = \ AgeOnDateGramplet.py \ diff --git a/src/plugins/graph/Makefile.am b/src/plugins/graph/Makefile.am index 84adc56a0..b80f3744f 100644 --- a/src/plugins/graph/Makefile.am +++ b/src/plugins/graph/Makefile.am @@ -3,7 +3,7 @@ # but that is not necessarily portable. # If not using GNU make, then list all .py files individually -pkgdatadir = $(datadir)/@PACKAGE@/plugins/graph +pkgpythondir = $(datadir)/@PACKAGE@/plugins/graph pkgpython_PYTHON = \ graphplugins.gpr.py\ diff --git a/src/plugins/import/Makefile.am b/src/plugins/import/Makefile.am index 7804e60be..299f2a46b 100644 --- a/src/plugins/import/Makefile.am +++ b/src/plugins/import/Makefile.am @@ -3,7 +3,7 @@ # but that is not necessarily portable. # If not using GNU make, then list all .py files individually -pkgdatadir = $(datadir)/@PACKAGE@/plugins/import +pkgpythondir = $(datadir)/@PACKAGE@/plugins/import pkgpython_PYTHON = \ import.gpr.py \ diff --git a/src/plugins/mapservices/Makefile.am b/src/plugins/mapservices/Makefile.am index e73491c48..ee38b31bb 100644 --- a/src/plugins/mapservices/Makefile.am +++ b/src/plugins/mapservices/Makefile.am @@ -3,7 +3,7 @@ # but that is not necessarily portable. # If not using GNU make, then list all .py files individually -pkgdatadir = $(datadir)/@PACKAGE@/plugins/mapservices +pkgpythondir = $(datadir)/@PACKAGE@/plugins/mapservices pkgpython_PYTHON = \ googlemap.py\ diff --git a/src/plugins/quickview/Makefile.am b/src/plugins/quickview/Makefile.am index f746abbf3..c7ac21689 100644 --- a/src/plugins/quickview/Makefile.am +++ b/src/plugins/quickview/Makefile.am @@ -3,7 +3,7 @@ # but that is not necessarily portable. # If not using GNU make, then list all .py files individually -pkgdatadir = $(datadir)/@PACKAGE@/plugins/quickview +pkgpythondir = $(datadir)/@PACKAGE@/plugins/quickview pkgpython_PYTHON = \ AgeOnDate.py \ diff --git a/src/plugins/rel/Makefile.am b/src/plugins/rel/Makefile.am index fdcd83362..2eac45ca7 100644 --- a/src/plugins/rel/Makefile.am +++ b/src/plugins/rel/Makefile.am @@ -3,7 +3,7 @@ # but that is not necessarily portable. # If not using GNU make, then list all .py files individually -pkgdatadir = $(datadir)/@PACKAGE@/plugins/rel +pkgpythondir = $(datadir)/@PACKAGE@/plugins/rel pkgpython_PYTHON = \ relplugins.gpr.py\ diff --git a/src/plugins/sidebar/Makefile.am b/src/plugins/sidebar/Makefile.am index 99a2c550b..db79199e9 100644 --- a/src/plugins/sidebar/Makefile.am +++ b/src/plugins/sidebar/Makefile.am @@ -3,7 +3,7 @@ # but that is not necessarily portable. # If not using GNU make, then list all .py files individually -pkgdatadir = $(datadir)/@PACKAGE@/plugins/sidebar +pkgpythondir = $(datadir)/@PACKAGE@/plugins/sidebar pkgpython_PYTHON = \ categorysidebar.py\ diff --git a/src/plugins/textreport/Makefile.am b/src/plugins/textreport/Makefile.am index 4387fa44b..fcb526ea3 100644 --- a/src/plugins/textreport/Makefile.am +++ b/src/plugins/textreport/Makefile.am @@ -3,7 +3,7 @@ # but that is not necessarily portable. # If not using GNU make, then list all .py files individually -pkgdatadir = $(datadir)/@PACKAGE@/plugins/textreport +pkgpythondir = $(datadir)/@PACKAGE@/plugins/textreport pkgpython_PYTHON = \ AncestorReport.py\ diff --git a/src/plugins/view/Makefile.am b/src/plugins/view/Makefile.am index 9e5ca8d75..d8fdb7493 100644 --- a/src/plugins/view/Makefile.am +++ b/src/plugins/view/Makefile.am @@ -3,7 +3,7 @@ # but that is not necessarily portable. # If not using GNU make, then list all .py files individually -pkgdatadir = $(datadir)/@PACKAGE@/plugins/view +pkgpythondir = $(datadir)/@PACKAGE@/plugins/view pkgpython_PYTHON = \ eventview.py \