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

@@ -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 \