2003-04-17 23:45:42 +00:00
|
|
|
SUBDIRS = src doc example
|
2002-10-20 14:25:16 +00:00
|
|
|
|
2005-08-13 03:23:02 +00:00
|
|
|
EXTRA_DIST = autogen.sh gramps.spec.in gramps.spec COPYING-DOCS FAQ COPYING
|
2002-10-20 14:25:16 +00:00
|
|
|
|
|
|
|
bin_SCRIPTS = gramps
|
2005-08-13 03:23:02 +00:00
|
|
|
|
|
|
|
dist_pkgdata_DATA = COPYING
|
|
|
|
|
2004-10-29 03:37:01 +00:00
|
|
|
distuninstallcheck_listfiles = find . -type -f -print | grep -E -v '/(globs|magic|XMLnamespaces)'
|
|
|
|
|
2002-10-20 14:25:16 +00:00
|
|
|
|
|
|
|
gramps: gramps.sh
|
|
|
|
cp gramps.sh gramps
|
|
|
|
|
2003-05-21 00:30:02 +00:00
|
|
|
.PHONY: pycheck trans
|
2004-04-11 02:37:13 +00:00
|
|
|
|
2003-05-21 00:30:02 +00:00
|
|
|
pycheck:
|
|
|
|
(cd src; make pycheck)
|
|
|
|
trans:
|
|
|
|
(cd src; make trans)
|
2003-06-19 10:52:16 +00:00
|
|
|
|
2004-09-27 03:16:48 +00:00
|
|
|
distuninstallcheck:
|
|
|
|
@:
|
|
|
|
|
2003-06-19 10:52:16 +00:00
|
|
|
CLEANFILES = gramps
|
2005-09-16 07:28:02 +00:00
|
|
|
|
|
|
|
install:
|
|
|
|
@echo "############################################################"
|
|
|
|
@echo "This development version is currently broken and not usable."
|
|
|
|
@echo "Use CVS branch 'gramps20' to get the current stable version."
|
|
|
|
@echo "############################################################"
|