gramps/Makefile.am

23 lines
347 B
Makefile
Raw Normal View History

2002-10-20 14:25:16 +00:00
# copyright (C) 2000 Sun Microsystems, Inc.
2003-04-17 23:45:42 +00:00
SUBDIRS = src doc example
2002-10-20 14:25:16 +00:00
EXTRA_DIST = autogen.sh gramps.spec.in COPYING-DOCS
2002-10-20 14:25:16 +00:00
bin_SCRIPTS = gramps
gramps: gramps.sh
cp gramps.sh gramps
dist-hook: gramps.spec
cp gramps.spec $(distdir)
.PHONY: pycheck trans
pycheck:
(cd src; make pycheck)
trans:
(cd src; make trans)
CLEANFILES = gramps