gramps/Makefile.am

32 lines
718 B
Makefile
Raw Normal View History

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 gramps.spec COPYING-DOCS FAQ COPYING
2002-10-20 19:55:16 +05:30
bin_SCRIPTS = gramps
dist_pkgdata_DATA = COPYING
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
.PHONY: pycheck trans
pycheck:
(cd src; make pycheck)
trans:
(cd src; make trans)
distuninstallcheck:
@:
CLEANFILES = gramps
install:
@echo "############################################################"
@echo "This development version is currently broken and not usable."
@echo "Use CVS branch 'gramps20' to get the current stable version."
@echo "############################################################"