@@ -24,14 +24,14 @@ SUBDIRS = \
|
||||
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins
|
||||
|
||||
pkgdata_PYTHON = \
|
||||
pkgpython_PYTHON = \
|
||||
bookreport.gpr.py\
|
||||
BookReport.py\
|
||||
records.gpr.py\
|
||||
Records.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/plugins
|
||||
pkgpythondir = @pkgpythondir@/plugins
|
||||
pkgpythondir = $(datadir)/@PACKAGE@/plugins
|
||||
|
||||
GLADEFILES = \
|
||||
bookreport.glade
|
||||
@@ -49,4 +49,4 @@ GRAMPS_PY_MODPATH = "../:../docgen"
|
||||
|
||||
pycheck:
|
||||
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
||||
pychecker $(pkgdata_PYTHON));
|
||||
pychecker $(pkgpython_PYTHON));
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/docgen
|
||||
|
||||
pkgdata_PYTHON = \
|
||||
pkgpython_PYTHON = \
|
||||
AsciiDoc.py \
|
||||
docgen.gpr.py\
|
||||
GtkPrint.py \
|
||||
@@ -19,7 +19,7 @@ pkgdata_PYTHON = \
|
||||
SvgDrawDoc.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/plugins/docgen
|
||||
pkgpythondir = @pkgpythondir@/plugins/docgen
|
||||
pkgpythondir = $(datadir)/@PACKAGE@/plugins/docgen
|
||||
|
||||
GLADEFILES = \
|
||||
gtkprint.glade
|
||||
@@ -37,4 +37,4 @@ GRAMPS_PY_MODPATH = "../../"
|
||||
|
||||
pycheck:
|
||||
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
||||
pychecker $(pkgdata_PYTHON));
|
||||
pychecker $(pkgpython_PYTHON));
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
# 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
|
||||
|
||||
pkgdata_PYTHON = \
|
||||
pkgpython_PYTHON = \
|
||||
AncestorTree.py \
|
||||
Calendar.py\
|
||||
DescendTree.py \
|
||||
@@ -16,7 +16,6 @@ pkgdata_PYTHON = \
|
||||
TimeLine.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/plugins/drawreport
|
||||
pkgpythondir = @pkgpythondir@/plugins/drawreport
|
||||
|
||||
# Clean up all the byte-compiled files
|
||||
MOSTLYCLEANFILES = *pyc *pyo
|
||||
@@ -25,4 +24,4 @@ GRAMPS_PY_MODPATH = "../../"
|
||||
|
||||
pycheck:
|
||||
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
||||
pychecker $(pkgdata_PYTHON));
|
||||
pychecker $(pkgpython_PYTHON));
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/export
|
||||
|
||||
pkgdata_PYTHON = \
|
||||
pkgpython_PYTHON = \
|
||||
export.gpr.py \
|
||||
ExportCsv.py \
|
||||
ExportFtree.py \
|
||||
@@ -18,7 +18,7 @@ pkgdata_PYTHON = \
|
||||
ExportXml.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/plugins/export
|
||||
pkgpythondir = @pkgpythondir@/plugins/export
|
||||
pkgpythondir = $(datadir)/@PACKAGE@/plugins/export
|
||||
|
||||
GLADEFILES = \
|
||||
exportcsv.glade \
|
||||
@@ -41,4 +41,4 @@ GRAMPS_PY_MODPATH = "../../"
|
||||
|
||||
pycheck:
|
||||
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
||||
pychecker $(pkgdata_PYTHON));
|
||||
pychecker $(pkgpython_PYTHON));
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
# 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
|
||||
|
||||
pkgdata_PYTHON = \
|
||||
pkgpython_PYTHON = \
|
||||
AgeOnDateGramplet.py \
|
||||
AgeStats.py \
|
||||
Attributes.py \
|
||||
@@ -45,7 +45,6 @@ pkgdata_PYTHON = \
|
||||
WhatsNext.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/plugins/gramplet
|
||||
pkgpythondir = @pkgpythondir@/plugins/gramplet
|
||||
|
||||
# Clean up all the byte-compiled files
|
||||
MOSTLYCLEANFILES = *pyc *pyo
|
||||
@@ -54,4 +53,4 @@ GRAMPS_PY_MODPATH = "../../"
|
||||
|
||||
pycheck:
|
||||
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
||||
pychecker $(pkgdata_PYTHON));
|
||||
pychecker $(pkgpython_PYTHON));
|
||||
|
||||
@@ -4,16 +4,15 @@
|
||||
# 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
|
||||
|
||||
pkgdata_PYTHON = \
|
||||
pkgpython_PYTHON = \
|
||||
graphplugins.gpr.py\
|
||||
GVFamilyLines.py \
|
||||
GVHourGlass.py \
|
||||
GVRelGraph.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/plugins/graph
|
||||
pkgpythondir = @pkgpythondir@/plugins/graph
|
||||
|
||||
# Clean up all the byte-compiled files
|
||||
MOSTLYCLEANFILES = *pyc *pyo
|
||||
@@ -22,4 +21,4 @@ GRAMPS_PY_MODPATH = "../../"
|
||||
|
||||
pycheck:
|
||||
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
||||
pychecker $(pkgdata_PYTHON));
|
||||
pychecker $(pkgpython_PYTHON));
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/import
|
||||
|
||||
pkgdata_PYTHON = \
|
||||
pkgpython_PYTHON = \
|
||||
import.gpr.py \
|
||||
ImportCsv.py \
|
||||
ImportGedcom.py \
|
||||
@@ -18,7 +18,7 @@ pkgdata_PYTHON = \
|
||||
ImportXml.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/plugins/import
|
||||
pkgpythondir = @pkgpythondir@/plugins/import
|
||||
pkgpythondir = $(datadir)/@PACKAGE@/plugins/import
|
||||
|
||||
GLADEFILES = \
|
||||
importgedcom.glade
|
||||
@@ -36,4 +36,4 @@ GRAMPS_PY_MODPATH = "../../"
|
||||
|
||||
pycheck:
|
||||
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
||||
pychecker $(pkgdata_PYTHON));
|
||||
pychecker $(pkgpython_PYTHON));
|
||||
|
||||
@@ -15,7 +15,7 @@ pkgdatadir = $(datadir)/@PACKAGE@/plugins/lib
|
||||
|
||||
SUBDIRS = maps
|
||||
|
||||
pkgdata_PYTHON = \
|
||||
pkgpython_PYTHON = \
|
||||
libcairodoc.py\
|
||||
libformatting.py\
|
||||
libgedcom.py\
|
||||
@@ -38,7 +38,7 @@ pkgdata_PYTHON = \
|
||||
libtreebase.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/plugins/lib
|
||||
pkgpythondir = @pkgpythondir@/plugins/lib
|
||||
pkgpythondir = $(datadir)/@PACKAGE@/plugins/lib
|
||||
|
||||
GLADEFILES =
|
||||
|
||||
@@ -59,4 +59,4 @@ GRAMPS_PY_MODPATH = "../../"
|
||||
|
||||
pycheck:
|
||||
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
||||
pychecker $(pkgdata_PYTHON));
|
||||
pychecker $(pkgpython_PYTHON));
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/lib/maps
|
||||
# $Id$
|
||||
|
||||
pkgdata_PYTHON = \
|
||||
pkgpython_PYTHON = \
|
||||
constants.py\
|
||||
geography.py\
|
||||
grampsmaps.py\
|
||||
__init__.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/plugins/lib/maps
|
||||
pkgpythondir = @pkgpythondir@/plugins/lib/maps
|
||||
pkgpythondir = $(datadir)/@PACKAGE@/plugins/lib/maps
|
||||
|
||||
# Clean up all the byte-compiled files
|
||||
MOSTLYCLEANFILES = *pyc *pyo
|
||||
@@ -17,4 +17,4 @@ GRAMPS_PY_MODPATH = "../../:../view"
|
||||
|
||||
pycheck:
|
||||
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
||||
pychecker $(pkgdata_PYTHON));
|
||||
pychecker $(pkgpython_PYTHON));
|
||||
|
||||
@@ -6,14 +6,14 @@
|
||||
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/mapservices
|
||||
|
||||
pkgdata_PYTHON = \
|
||||
pkgpython_PYTHON = \
|
||||
googlemap.py\
|
||||
mapservice.gpr.py\
|
||||
openstreetmap.py\
|
||||
eniroswedenmap.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/plugins/mapservices
|
||||
pkgpythondir = @pkgpythondir@/plugins/mapservices
|
||||
pkgpythondir = $(datadir)/@PACKAGE@/plugins/mapservices
|
||||
|
||||
GLADEFILES =
|
||||
|
||||
@@ -30,4 +30,4 @@ GRAMPS_PY_MODPATH = "../../"
|
||||
|
||||
pycheck:
|
||||
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
||||
pychecker $(pkgdata_PYTHON));
|
||||
pychecker $(pkgpython_PYTHON));
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/quickview
|
||||
|
||||
pkgdata_PYTHON = \
|
||||
pkgpython_PYTHON = \
|
||||
AgeOnDate.py \
|
||||
all_events.py \
|
||||
all_relations.py \
|
||||
@@ -22,7 +22,7 @@ pkgdata_PYTHON = \
|
||||
siblings.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/plugins/quickview
|
||||
pkgpythondir = @pkgpythondir@/plugins/quickview
|
||||
pkgpythondir = $(datadir)/@PACKAGE@/plugins/quickview
|
||||
|
||||
# Clean up all the byte-compiled files
|
||||
MOSTLYCLEANFILES = *pyc *pyo
|
||||
@@ -31,4 +31,4 @@ GRAMPS_PY_MODPATH = "../../"
|
||||
|
||||
pycheck:
|
||||
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
||||
pychecker $(pkgdata_PYTHON));
|
||||
pychecker $(pkgpython_PYTHON));
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/rel
|
||||
|
||||
pkgdata_PYTHON = \
|
||||
pkgpython_PYTHON = \
|
||||
relplugins.gpr.py\
|
||||
rel_ca.py\
|
||||
rel_cs.py\
|
||||
@@ -28,7 +28,7 @@ pkgdata_PYTHON = \
|
||||
rel_sv.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/plugins/rel
|
||||
pkgpythondir = @pkgpythondir@/plugins/rel
|
||||
pkgpythondir = $(datadir)/@PACKAGE@/plugins/rel
|
||||
|
||||
# Clean up all the byte-compiled files
|
||||
MOSTLYCLEANFILES = *pyc *pyo
|
||||
@@ -37,4 +37,4 @@ GRAMPS_PY_MODPATH = "../../"
|
||||
|
||||
pycheck:
|
||||
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
||||
pychecker $(pkgdata_PYTHON));
|
||||
pychecker $(pkgpython_PYTHON));
|
||||
|
||||
@@ -4,14 +4,13 @@
|
||||
# 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
|
||||
|
||||
pkgdata_PYTHON = \
|
||||
pkgpython_PYTHON = \
|
||||
categorysidebar.py\
|
||||
sidebar.gpr.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/plugins/sidebar
|
||||
pkgpythondir = @pkgpythondir@/plugins/sidebar
|
||||
|
||||
# Clean up all the byte-compiled files
|
||||
MOSTLYCLEANFILES = *pyc *pyo
|
||||
@@ -20,4 +19,4 @@ GRAMPS_PY_MODPATH = "../../"
|
||||
|
||||
pycheck:
|
||||
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
||||
pychecker $(pkgdata_PYTHON));
|
||||
pychecker $(pkgpython_PYTHON));
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
# 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
|
||||
|
||||
pkgdata_PYTHON = \
|
||||
pkgpython_PYTHON = \
|
||||
AncestorReport.py\
|
||||
BirthdayReport.py\
|
||||
CustomBookText.py\
|
||||
@@ -25,7 +25,6 @@ pkgdata_PYTHON = \
|
||||
textplugins.gpr.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/plugins/textreport
|
||||
pkgpythondir = @pkgpythondir@/plugins/textreport
|
||||
|
||||
# Clean up all the byte-compiled files
|
||||
MOSTLYCLEANFILES = *pyc *pyo
|
||||
@@ -34,4 +33,4 @@ GRAMPS_PY_MODPATH = "../../"
|
||||
|
||||
pycheck:
|
||||
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
||||
pychecker $(pkgdata_PYTHON));
|
||||
pychecker $(pkgpython_PYTHON));
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/tool
|
||||
|
||||
pkgdata_PYTHON = \
|
||||
pkgpython_PYTHON = \
|
||||
ChangeNames.py \
|
||||
ChangeTypes.py \
|
||||
Check.py \
|
||||
@@ -36,7 +36,7 @@ pkgdata_PYTHON = \
|
||||
# TestcaseGenerator.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/plugins/tool
|
||||
pkgpythondir = @pkgpythondir@/plugins/tool
|
||||
pkgpythondir = $(datadir)/@PACKAGE@/plugins/tool
|
||||
|
||||
GLADEFILES = \
|
||||
changenames.glade \
|
||||
@@ -66,4 +66,4 @@ GRAMPS_PY_MODPATH = "../../"
|
||||
|
||||
pycheck:
|
||||
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
||||
pychecker $(pkgdata_PYTHON));
|
||||
pychecker $(pkgpython_PYTHON));
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
# 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
|
||||
|
||||
pkgdata_PYTHON = \
|
||||
pkgpython_PYTHON = \
|
||||
citationlistview.py \
|
||||
citationtreeview.py \
|
||||
eventview.py \
|
||||
@@ -35,7 +35,6 @@ pkgdata_PYTHON = \
|
||||
view.gpr.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/plugins/view
|
||||
pkgpythondir = @pkgpythondir@/plugins/view
|
||||
|
||||
# Clean up all the byte-compiled files
|
||||
MOSTLYCLEANFILES = *pyc *pyo
|
||||
@@ -44,4 +43,4 @@ GRAMPS_PY_MODPATH = "../../"
|
||||
|
||||
pycheck:
|
||||
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
||||
pychecker $(pkgdata_PYTHON));
|
||||
pychecker $(pkgpython_PYTHON));
|
||||
|
||||
@@ -4,15 +4,14 @@
|
||||
# but that is not necessarily portable.
|
||||
# If not using GNU make, then list all .py files individually
|
||||
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/webreport
|
||||
pkgpythondir = $(datadir)/@PACKAGE@/plugins/webreport
|
||||
|
||||
pkgdata_PYTHON = \
|
||||
pkgpython_PYTHON = \
|
||||
NarrativeWeb.py\
|
||||
WebCal.py\
|
||||
webplugins.gpr.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/plugins/webreport
|
||||
pkgpythondir = @pkgpythondir@/plugins/webreport
|
||||
|
||||
# Clean up all the byte-compiled files
|
||||
MOSTLYCLEANFILES = *pyc *pyo
|
||||
@@ -21,4 +20,4 @@ GRAMPS_PY_MODPATH = "../../"
|
||||
|
||||
pycheck:
|
||||
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
||||
pychecker $(pkgdata_PYTHON));
|
||||
pychecker $(pkgpython_PYTHON));
|
||||
|
||||
@@ -9,12 +9,12 @@ SUBDIRS = css images js
|
||||
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/webstuff
|
||||
|
||||
pkgdata_PYTHON = \
|
||||
pkgpython_PYTHON = \
|
||||
webstuff.py \
|
||||
webstuff.gpr.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/plugins/webstuff
|
||||
pkgpythondir = @pkgpythondir@/plugins/webstuff
|
||||
pkgpythondir = $(datadir)/@PACKAGE@/plugins/webstuff
|
||||
|
||||
# Clean up all the byte-compiled files
|
||||
MOSTLYCLEANFILES = *pyc *pyo
|
||||
@@ -23,4 +23,4 @@ GRAMPS_PY_MODPATH = "../../"
|
||||
|
||||
pycheck:
|
||||
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
||||
pychecker $(pkgdata_PYTHON));
|
||||
pychecker $(pkgpython_PYTHON));
|
||||
|
||||
Reference in New Issue
Block a user