try to improve backport for #5554; consistency against trunk
svn: r18988
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# This is the src/Filters/Rules/MediaObject level Makefile for Gramps
|
# 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 = \
|
pkgpython_PYTHON = \
|
||||||
_AllMedia.py\
|
_AllMedia.py\
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
# but that is not necessarily portable.
|
# but that is not necessarily portable.
|
||||||
# If not using GNU make, then list all .py files individually
|
# If not using GNU make, then list all .py files individually
|
||||||
|
|
||||||
pkgdatadir = $(datadir)/@PACKAGE@/gen/mime
|
pkgpythondir = $(datadir)/@PACKAGE@/gen/mime
|
||||||
|
|
||||||
pkgpython_PYTHON = \
|
pkgpython_PYTHON = \
|
||||||
__init__.py\
|
__init__.py\
|
||||||
|
@@ -3,7 +3,8 @@
|
|||||||
# but that is not necessarily portable.
|
# but that is not necessarily portable.
|
||||||
# If not using GNU make, then list all .py files individually
|
# 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 = \
|
pkgpython_PYTHON = \
|
||||||
AsciiDoc.py \
|
AsciiDoc.py \
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
# but that is not necessarily portable.
|
# but that is not necessarily portable.
|
||||||
# If not using GNU make, then list all .py files individually
|
# If not using GNU make, then list all .py files individually
|
||||||
|
|
||||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/drawreport
|
pkgpythondir = $(datadir)/@PACKAGE@/plugins/drawreport
|
||||||
|
|
||||||
pkgpython_PYTHON = \
|
pkgpython_PYTHON = \
|
||||||
AncestorTree.py \
|
AncestorTree.py \
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
# but that is not necessarily portable.
|
# but that is not necessarily portable.
|
||||||
# If not using GNU make, then list all .py files individually
|
# If not using GNU make, then list all .py files individually
|
||||||
|
|
||||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/export
|
pkgpythondir = $(datadir)/@PACKAGE@/plugins/export
|
||||||
|
|
||||||
pkgpython_PYTHON = \
|
pkgpython_PYTHON = \
|
||||||
export.gpr.py \
|
export.gpr.py \
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
# but that is not necessarily portable.
|
# but that is not necessarily portable.
|
||||||
# If not using GNU make, then list all .py files individually
|
# If not using GNU make, then list all .py files individually
|
||||||
|
|
||||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/gramplet
|
pkgpythondir = $(datadir)/@PACKAGE@/plugins/gramplet
|
||||||
|
|
||||||
pkgpython_PYTHON = \
|
pkgpython_PYTHON = \
|
||||||
AgeOnDateGramplet.py \
|
AgeOnDateGramplet.py \
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
# but that is not necessarily portable.
|
# but that is not necessarily portable.
|
||||||
# If not using GNU make, then list all .py files individually
|
# If not using GNU make, then list all .py files individually
|
||||||
|
|
||||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/graph
|
pkgpythondir = $(datadir)/@PACKAGE@/plugins/graph
|
||||||
|
|
||||||
pkgpython_PYTHON = \
|
pkgpython_PYTHON = \
|
||||||
graphplugins.gpr.py\
|
graphplugins.gpr.py\
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
# but that is not necessarily portable.
|
# but that is not necessarily portable.
|
||||||
# If not using GNU make, then list all .py files individually
|
# If not using GNU make, then list all .py files individually
|
||||||
|
|
||||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/import
|
pkgpythondir = $(datadir)/@PACKAGE@/plugins/import
|
||||||
|
|
||||||
pkgpython_PYTHON = \
|
pkgpython_PYTHON = \
|
||||||
import.gpr.py \
|
import.gpr.py \
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
# but that is not necessarily portable.
|
# but that is not necessarily portable.
|
||||||
# If not using GNU make, then list all .py files individually
|
# If not using GNU make, then list all .py files individually
|
||||||
|
|
||||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/mapservices
|
pkgpythondir = $(datadir)/@PACKAGE@/plugins/mapservices
|
||||||
|
|
||||||
pkgpython_PYTHON = \
|
pkgpython_PYTHON = \
|
||||||
googlemap.py\
|
googlemap.py\
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
# but that is not necessarily portable.
|
# but that is not necessarily portable.
|
||||||
# If not using GNU make, then list all .py files individually
|
# If not using GNU make, then list all .py files individually
|
||||||
|
|
||||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/quickview
|
pkgpythondir = $(datadir)/@PACKAGE@/plugins/quickview
|
||||||
|
|
||||||
pkgpython_PYTHON = \
|
pkgpython_PYTHON = \
|
||||||
AgeOnDate.py \
|
AgeOnDate.py \
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
# but that is not necessarily portable.
|
# but that is not necessarily portable.
|
||||||
# If not using GNU make, then list all .py files individually
|
# If not using GNU make, then list all .py files individually
|
||||||
|
|
||||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/rel
|
pkgpythondir = $(datadir)/@PACKAGE@/plugins/rel
|
||||||
|
|
||||||
pkgpython_PYTHON = \
|
pkgpython_PYTHON = \
|
||||||
relplugins.gpr.py\
|
relplugins.gpr.py\
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
# but that is not necessarily portable.
|
# but that is not necessarily portable.
|
||||||
# If not using GNU make, then list all .py files individually
|
# If not using GNU make, then list all .py files individually
|
||||||
|
|
||||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/sidebar
|
pkgpythondir = $(datadir)/@PACKAGE@/plugins/sidebar
|
||||||
|
|
||||||
pkgpython_PYTHON = \
|
pkgpython_PYTHON = \
|
||||||
categorysidebar.py\
|
categorysidebar.py\
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
# but that is not necessarily portable.
|
# but that is not necessarily portable.
|
||||||
# If not using GNU make, then list all .py files individually
|
# If not using GNU make, then list all .py files individually
|
||||||
|
|
||||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/textreport
|
pkgpythondir = $(datadir)/@PACKAGE@/plugins/textreport
|
||||||
|
|
||||||
pkgpython_PYTHON = \
|
pkgpython_PYTHON = \
|
||||||
AncestorReport.py\
|
AncestorReport.py\
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
# but that is not necessarily portable.
|
# but that is not necessarily portable.
|
||||||
# If not using GNU make, then list all .py files individually
|
# If not using GNU make, then list all .py files individually
|
||||||
|
|
||||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/view
|
pkgpythondir = $(datadir)/@PACKAGE@/plugins/view
|
||||||
|
|
||||||
pkgpython_PYTHON = \
|
pkgpython_PYTHON = \
|
||||||
eventview.py \
|
eventview.py \
|
||||||
|
Reference in New Issue
Block a user