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