Plugins Restructure: Move graph reports into plugins/graph.
svn: r11639
This commit is contained in:
parent
853e54a624
commit
8948630cd3
@ -32,9 +32,6 @@ pkgdata_PYTHON = \
|
||||
ExportVCard.py\
|
||||
ExportXml.py\
|
||||
FamilyGroup.py\
|
||||
GVFamilyLines.py \
|
||||
GVHourGlass.py\
|
||||
GVRelGraph.py\
|
||||
ImportCsv.py\
|
||||
ImportGedcom.py\
|
||||
ImportGeneWeb.py\
|
||||
|
23
src/plugins/graph/Makefile.am
Normal file
23
src/plugins/graph/Makefile.am
Normal file
@ -0,0 +1,23 @@
|
||||
# This is the src/plugins/graph 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/graph
|
||||
|
||||
pkgdata_PYTHON = \
|
||||
GVFamilyLines.py \
|
||||
GVHourGlass.py \
|
||||
GVRelGraph.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/plugins/graph
|
||||
pkgpythondir = @pkgpythondir@/plugins/graph
|
||||
|
||||
# Clean up all the byte-compiled files
|
||||
MOSTLYCLEANFILES = *pyc *pyo
|
||||
|
||||
GRAMPS_PY_MODPATH = "../../"
|
||||
|
||||
pycheck:
|
||||
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
||||
pychecker $(pkgdata_PYTHON));
|
Loading…
x
Reference in New Issue
Block a user