@@ -5,7 +5,7 @@
|
||||
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/textreport
|
||||
|
||||
pkgdata_PYTHON = \
|
||||
pkgpython_PYTHON = \
|
||||
AncestorReport.py\
|
||||
BirthdayReport.py\
|
||||
CustomBookText.py\
|
||||
@@ -19,12 +19,12 @@ pkgdata_PYTHON = \
|
||||
NumberOfAncestorsReport.py\
|
||||
PlaceReport.py\
|
||||
SimpleBookTitle.py\
|
||||
Summary.py\
|
||||
Summary.py\
|
||||
TagReport.py\
|
||||
textplugins.gpr.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/plugins/textreport
|
||||
pkgpythondir = @pkgpythondir@/plugins/textreport
|
||||
pkgpythondir = $(datadir)/@PACKAGE@/plugins/textreport
|
||||
|
||||
# Clean up all the byte-compiled files
|
||||
MOSTLYCLEANFILES = *pyc *pyo
|
||||
@@ -33,4 +33,4 @@ GRAMPS_PY_MODPATH = "../../"
|
||||
|
||||
pycheck:
|
||||
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
||||
pychecker $(pkgdata_PYTHON));
|
||||
pychecker $(pkgpython_PYTHON));
|
||||
|
||||
Reference in New Issue
Block a user