2004-11-16 03:44:23 +00:00
|
|
|
# This is the src/plugins 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@/dates
|
|
|
|
|
|
|
|
pkgdata_PYTHON = \
|
2005-05-24 13:08:06 +00:00
|
|
|
Date_de.py\
|
2004-11-16 03:44:23 +00:00
|
|
|
Date_ru.py\
|
2006-02-28 19:54:35 +00:00
|
|
|
Date_lt.py\
|
2004-12-15 14:34:34 +00:00
|
|
|
Date_fr.py\
|
2005-12-06 06:38:09 +00:00
|
|
|
Date_es.py\
|
|
|
|
Date_fi.py\
|
|
|
|
Date_sv.py\
|
|
|
|
Date_nl.py
|
2005-06-05 04:01:56 +00:00
|
|
|
|
2004-11-16 03:44:23 +00:00
|
|
|
pkgpyexecdir = @pkgpyexecdir@/dates
|
|
|
|
pkgpythondir = @pkgpythondir@/dates
|
|
|
|
|
|
|
|
GRAMPS_PY_MODPATH = ".."
|
|
|
|
|
|
|
|
pycheck:
|
|
|
|
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
|
|
|
pychecker $(pkgdata_PYTHON));
|