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
|
|
|
|
2003-03-27 22:22:40 +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)
|
2003-05-21 06:00:02 +05:30
|
|
|
|
|
|
|
.PHONY: pycheck trans
|
|
|
|
|
|
|
|
pycheck:
|
|
|
|
(cd src; make pycheck)
|
|
|
|
trans:
|
|
|
|
(cd src; make trans)
|
2003-06-19 16:22:16 +05:30
|
|
|
|
|
|
|
CLEANFILES = gramps
|