e7bb78016f
* gramps.spec.in: Add more docs. * Makefile.am: No need for dist-hook. svn: r2423
20 lines
312 B
Makefile
20 lines
312 B
Makefile
# copyright (C) 2000 Sun Microsystems, Inc.
|
|
|
|
SUBDIRS = src doc example
|
|
|
|
EXTRA_DIST = autogen.sh gramps.spec.in gramps.spec COPYING-DOCS FAQ
|
|
|
|
bin_SCRIPTS = gramps
|
|
|
|
gramps: gramps.sh
|
|
cp gramps.sh gramps
|
|
|
|
.PHONY: pycheck trans
|
|
|
|
pycheck:
|
|
(cd src; make pycheck)
|
|
trans:
|
|
(cd src; make trans)
|
|
|
|
CLEANFILES = gramps
|