gramps/gramps2/src/docgen/Makefile.am

7 lines
276 B
Makefile
Raw Normal View History

2002-10-20 14:25:16 +00:00
# This is the src/docgen level Makefile for Gramps
# Use GNU make's ':=' syntax for nice wildcard use.
# If not using GNU make, then list all .py files individually
pkgpython_PYTHON := ${wildcard *.py}
pkgpyexecdir = @pkgpyexecdir@/docgen
pkgpythondir = @pkgpythondir@/docgen