try to improve backport for #5554; consistency against trunk
svn: r18988
This commit is contained in:
parent
2622d07ccc
commit
0bf030a758
@ -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\
|
||||
|
@ -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\
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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\
|
||||
|
@ -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 \
|
||||
|
@ -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\
|
||||
|
@ -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 \
|
||||
|
@ -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\
|
||||
|
@ -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\
|
||||
|
@ -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\
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user