182a4efa52
* Makefile.am * configure.in: remove gramps.spec references svn: r9800
39 lines
758 B
Makefile
39 lines
758 B
Makefile
# This is the top level Makefile for Gramps
|
|
# $Id$
|
|
|
|
SUBDIRS = m4 po src data example help
|
|
|
|
EXTRA_DIST = \
|
|
config.rpath autogen.sh \
|
|
COPYING-DOCS FAQ COPYING \
|
|
intltool-extract.in intltool-merge.in intltool-update.in \
|
|
config.sub config.guess gnome-doc-utils.make
|
|
|
|
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
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
|
|
|
|
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
|