Move all draw reports into plugins/drawreport.
svn: r11634
This commit is contained in:
25
src/plugins/drawreport/Makefile.am
Normal file
25
src/plugins/drawreport/Makefile.am
Normal 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));
|
||||
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user