diff --git a/src/gen/plug/report/Makefile.am b/src/gen/plug/report/Makefile.am index 350a8d192..1d3ebaeb0 100644 --- a/src/gen/plug/report/Makefile.am +++ b/src/gen/plug/report/Makefile.am @@ -23,62 +23,6 @@ MOSTLYCLEANFILES = *pyc *pyo GRAMPS_PY_MODPATH = "../../../" -pycheck: - (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ - pychecker $(pkgdata_PYTHON)); -# This is the src/gen/plug/report level Makefile for Gramps - -pkgdatadir = $(datadir)/@PACKAGE@/gen/plug/report - -pkgdata_PYTHON = \ - __init__.py\ - _bibliography.py\ - _commandlinereport.py\ - _constants.py\ - _docreportdialog.py\ - _drawreportdialog.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)); -# This is the src/gen/plug/report level Makefile for Gramps - -pkgdatadir = $(datadir)/@PACKAGE@/gen/plug/report - -pkgdata_PYTHON = \ - __init__.py\ - _bibliography.py\ - _commandlinereport.py\ - _constants.py\ - _docreportdialog.py\ - _drawreportdialog.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));