Something forgotten.

svn: r14106
This commit is contained in:
Peter Landgren 2010-01-22 17:59:07 +00:00
parent f39a61819d
commit f6ecab76c0

View File

@ -3,14 +3,14 @@
# but that is not necessarily portable.
# If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/display
pkgdatadir = $(datadir)/@PACKAGE@/gen/display
pkgdata_PYTHON = \
name.py\
__init__.py
pkgpyexecdir = @pkgpyexecdir@/display
pkgpythondir = @pkgpythondir@/display
pkgpyexecdir = @pkgpyexecdir@/gen/display
pkgpythondir = @pkgpythondir@/gen/display
dist_pkgdata_DATA =
@ -18,7 +18,7 @@ dist_pkgdata_DATA =
# Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo
GRAMPS_PY_MODPATH = "../"
GRAMPS_PY_MODPATH = "../../"
pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \