From ab8bdc2a190ec0f52fe3c20f6fcefe20a8563e5b Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Mon, 3 May 2010 12:38:30 +0000 Subject: [PATCH] Information in file was doubled/tripled. svn: r15306 --- src/gen/plug/report/Makefile.am | 56 --------------------------------- 1 file changed, 56 deletions(-) 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));