6463227a6e
to Person.MALE, Person.FEMALE and Person.UNKNOWN * gramps.spec.in: bring up to date, support Fedora Core and Mandrake * src/plugins/NavWebPage.py: Start of the Narrative Web Page plugin svn: r4008
23 lines
378 B
Makefile
23 lines
378 B
Makefile
SUBDIRS = src doc example
|
|
|
|
EXTRA_DIST = autogen.sh gramps.spec.in COPYING-DOCS FAQ
|
|
|
|
bin_SCRIPTS = gramps
|
|
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
|