78ae19e48a
* Python verification (pychecker) removed from check-local target to become part of the pycheck target heiarchy. Each subdir now has a GRAMPS_PY_MODPATH variable that indicates a colon-separated path for the PYTHONPATH environment to allow module importing to work. svn: r1559
9 lines
156 B
Makefile
9 lines
156 B
Makefile
# This is the src/data level Makefile
|
|
SUBDIRS = templates
|
|
pkgdatadir = $(datadir)/@PACKAGE@/data
|
|
|
|
pkgdata_DATA = gedcom.xml
|
|
|
|
EXTRA_DIST = $(pkgdata_DATA)
|
|
|