Information in file was doubled/tripled.

svn: r15306
This commit is contained in:
Peter Landgren 2010-05-03 12:38:30 +00:00
parent 289a947fa1
commit ab8bdc2a19

View File

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