Information in file was doubled/tripled.

svn: r15308
This commit is contained in:
Peter Landgren 2010-05-03 12:39:49 +00:00
parent 0236eb15ab
commit 0eb5728320

View File

@ -24,64 +24,6 @@ MOSTLYCLEANFILES = *pyc *pyo
GRAMPS_PY_MODPATH = "../../../"
pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON));
# This is the src/gui/plug/report level Makefile for Gramps
pkgdatadir = $(datadir)/@PACKAGE@/gui/plug/report
pkgdata_PYTHON = \
__init__.py\
_docreportdialog.py\
_drawreportdialog.py\
_fileentry.py\
_graphvizreportdialog.py\
_options.py\
_papermenu.py\
_reportdialog.py\
_stylecombobox.py\
_styleeditor.py\
_textreportdialog.py\
_webreportdialog.py
pkgpyexecdir = @pkgpyexecdir@/gui/plug/report
pkgpythondir = @pkgpythondir@/gui/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/gui/plug/report level Makefile for Gramps
pkgdatadir = $(datadir)/@PACKAGE@/gui/plug/report
pkgdata_PYTHON = \
__init__.py\
_docreportdialog.py\
_drawreportdialog.py\
_fileentry.py\
_graphvizreportdialog.py\
_options.py\
_papermenu.py\
_reportdialog.py\
_stylecombobox.py\
_styleeditor.py\
_textreportdialog.py\
_webreportdialog.py
pkgpyexecdir = @pkgpyexecdir@/gui/plug/report
pkgpythondir = @pkgpythondir@/gui/plug/report
# Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo
GRAMPS_PY_MODPATH = "../../../"
pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON));