Files
gramps/src/PluginUtils/Report/Makefile.am
Alex Roitman 0ab5eb9a0d 2006-05-30 Alex Roitman <shura@gramps-project.org>
* various: break Report into a package.



svn: r6820
2006-05-31 00:48:07 +00:00

38 lines
762 B
Makefile

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