4304eded61
svn: r6037
26 lines
428 B
Makefile
26 lines
428 B
Makefile
SUBDIRS = src doc example
|
|
|
|
EXTRA_DIST = autogen.sh gramps.spec.in gramps.spec COPYING-DOCS FAQ COPYING
|
|
|
|
bin_SCRIPTS = gramps
|
|
|
|
dist_pkgdata_DATA = COPYING
|
|
|
|
distuninstallcheck_listfiles = find . -type -f -print | grep -E -v '/(globs|magic|XMLnamespaces)'
|
|
|
|
|
|
gramps: gramps.sh
|
|
cp gramps.sh gramps
|
|
|
|
.PHONY: pycheck trans
|
|
|
|
pycheck:
|
|
(cd src; make pycheck)
|
|
trans:
|
|
(cd src; make trans)
|
|
|
|
distuninstallcheck:
|
|
@:
|
|
|
|
CLEANFILES = gramps
|