gramps/src/ReportBase/Makefile.am
2009-03-19 02:32:16 +00:00

37 lines
747 B
Makefile

# This is the src/Report level Makefile for Gramps
pkgdatadir = $(datadir)/@PACKAGE@/ReportBase
pkgdata_PYTHON = \
__init__.py\
_Bibliography.py\
_CommandLineReport.py\
_Constants.py\
_DocReportDialog.py\
_DrawReportDialog.py\
_Endnotes.py\
_FileEntry.py\
_GraphvizReportDialog.py\
_PaperMenu.py\
_Report.py\
_ReportDialog.py\
_ReportOptions.py\
_ReportUtils.py\
_StyleComboBox.py\
_StyleEditor.py\
_TemplateParser.py\
_TextReportDialog.py\
_WebReportDialog.py
pkgpyexecdir = @pkgpyexecdir@/ReportBase
pkgpythondir = @pkgpythondir@/ReportBase
# Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo
GRAMPS_PY_MODPATH = "../"
pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON));