gramps/src/gen/plug/report/Makefile.am
Nick Hall da75a38762 5326: Revert r18842
svn: r18848
2012-02-10 19:57:57 +00:00

27 lines
542 B
Makefile

# This is the src/gen/plug/report level Makefile for Gramps
# $Id$
pkgdatadir = $(datadir)/@PACKAGE@/gen/plug/report
pkgdata_PYTHON = \
__init__.py\
_bibliography.py\
_constants.py\
_options.py\
_paper.py\
_reportbase.py\
endnotes.py\
utils.py
pkgpyexecdir = @pkgpyexecdir@/gen/plug/report
pkgpythondir = @pkgpythondir@/gen/plug/report
# Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo
GRAMPS_PY_MODPATH = "../../../"
pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON));