Something forgotten.
svn: r14106
This commit is contained in:
parent
f39a61819d
commit
f6ecab76c0
@ -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); \
|
||||
|
Loading…
Reference in New Issue
Block a user