gramps/Makefile.am

36 lines
640 B
Makefile
Raw Normal View History

2006-03-17 06:52:33 +05:30
# This is the top level Makefile for Gramps
# $Id$
SUBDIRS = m4 po src data example
2002-10-20 19:55:16 +05:30
2006-03-17 06:52:33 +05:30
EXTRA_DIST = \
config.rpath autogen.sh \
FAQ COPYING \
intltool-extract.in intltool-merge.in intltool-update.in
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)'
DISTCLEANFILES = intltool-extract intltool-merge intltool-update \
gnome-doc-utils.make
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
ACLOCAL_AMFLAGS = -I m4