bug #5554: Automake problem

svn: r18849
This commit is contained in:
Josip Pisoj
2012-02-10 20:13:31 +00:00
parent e74bdd2290
commit 952dcb2e65
57 changed files with 179 additions and 181 deletions

View File

@@ -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));