2003-04-18 05:15:42 +05:30
|
|
|
SUBDIRS = src doc example
|
2002-10-20 19:55:16 +05:30
|
|
|
|
2005-02-22 09:25:34 +05:30
|
|
|
EXTRA_DIST = autogen.sh gramps.spec.in gramps.spec COPYING-DOCS FAQ
|
2002-10-20 19:55:16 +05:30
|
|
|
|
|
|
|
bin_SCRIPTS = gramps
|
2004-10-29 09:07:01 +05:30
|
|
|
distuninstallcheck_listfiles = find . -type -f -print | grep -E -v '/(globs|magic|XMLnamespaces)'
|
|
|
|
|
2002-10-20 19:55:16 +05:30
|
|
|
|
|
|
|
gramps: gramps.sh
|
|
|
|
cp gramps.sh gramps
|
|
|
|
|
2003-05-21 06:00:02 +05:30
|
|
|
.PHONY: pycheck trans
|
2004-04-11 08:07:13 +05:30
|
|
|
|
2003-05-21 06:00:02 +05:30
|
|
|
pycheck:
|
|
|
|
(cd src; make pycheck)
|
|
|
|
trans:
|
|
|
|
(cd src; make trans)
|
2003-06-19 16:22:16 +05:30
|
|
|
|
2004-09-27 08:46:48 +05:30
|
|
|
distuninstallcheck:
|
|
|
|
@:
|
|
|
|
|
2003-06-19 16:22:16 +05:30
|
|
|
CLEANFILES = gramps
|