Move all draw reports into plugins/drawreport.

svn: r11634
This commit is contained in:
Brian Matherly
2009-01-16 21:10:36 +00:00
parent 7b47dc61ad
commit 96f9411caa
9 changed files with 64 additions and 35 deletions

View File

@@ -0,0 +1,25 @@
# This is the src/plugins/rel level Makefile for Gramps
# We could use GNU make's ':=' syntax for nice wildcard use,
# but that is not necessarily portable.
# If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/plugins/drawreport
pkgdata_PYTHON = \
AncestorTree.py \
DescendTree.py \
FanChart.py \
StatisticsChart.py \
TimeLine.py
pkgpyexecdir = @pkgpyexecdir@/plugins/drawreport
pkgpythondir = @pkgpythondir@/plugins/drawreport
# Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo
GRAMPS_PY_MODPATH = "../../"
pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
pychecker $(pkgdata_PYTHON));

View File

@@ -22,9 +22,8 @@ pkgdata_PYTHON = \
rel_sk.py\
rel_sv.py
pkgpyexecdir = @pkgpyexecdir@/gen/proxy
pkgpythondir = @pkgpythondir@/gen/proxy
pkgpyexecdir = @pkgpyexecdir@/plugins/rel
pkgpythondir = @pkgpythondir@/plugins/rel
# Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo

View File

@@ -3,7 +3,7 @@
# but that is not necessarily portable.
# If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/plugins/rel
pkgdatadir = $(datadir)/@PACKAGE@/plugins/tool
pkgdata_PYTHON = \
CalculateEstimatedDates.py \
@@ -36,8 +36,8 @@ pkgdata_PYTHON = \
# PHPGedViewConnector.py \
# TestcaseGenerator.py \
pkgpyexecdir = @pkgpyexecdir@/gen/proxy
pkgpythondir = @pkgpythondir@/gen/proxy
pkgpyexecdir = @pkgpyexecdir@/plugins/tool
pkgpythondir = @pkgpythondir@/plugins/tool
GLADEFILES = \
changenames.glade \