try to improve backport for #5554; consistency against trunk

svn: r18988
This commit is contained in:
Jérôme Rapinat 2012-03-02 12:11:45 +00:00
parent 2622d07ccc
commit 0bf030a758
14 changed files with 15 additions and 14 deletions

View File

@ -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\

View File

@ -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\

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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\

View File

@ -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 \

View File

@ -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\

View File

@ -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 \

View File

@ -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\

View File

@ -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\

View File

@ -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\

View File

@ -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 \