gramps/Makefile.am

23 lines
347 B
Makefile
Raw Normal View History

2002-10-20 19:55:16 +05:30
# copyright (C) 2000 Sun Microsystems, Inc.
2003-04-18 05:15:42 +05:30
SUBDIRS = src doc example
2002-10-20 19:55:16 +05:30
EXTRA_DIST = autogen.sh gramps.spec.in COPYING-DOCS
2002-10-20 19:55:16 +05:30
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