gramps/gramps2/src/data/templates/Makefile.am
Donald A. Peterson 78ae19e48a * Added new targets "trans" and "pycheck" to top-level Makefile
* 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
2003-05-21 00:30:02 +00:00

10 lines
250 B
Makefile

# This is the src/data/templates level Makefile
pkgdata_DATA = marble.tpkg \
pink_marble.tpkg \
sepia.tpkg \
sky_border.tpkg \
templates.xml
pkgdatadir = $(datadir)/@PACKAGE@/data/templates
EXTRA_DIST = $(pkgdata_DATA)