2d296e7ca1
* Makefile.am, Makefile.in: Add FAQ to EXTRA_DIST. svn: r2385
23 lines
351 B
Makefile
23 lines
351 B
Makefile
# copyright (C) 2000 Sun Microsystems, Inc.
|
|
|
|
SUBDIRS = src doc example
|
|
|
|
EXTRA_DIST = autogen.sh gramps.spec.in COPYING-DOCS FAQ
|
|
|
|
bin_SCRIPTS = gramps
|
|
|
|
gramps: gramps.sh
|
|
cp gramps.sh gramps
|
|
|
|
dist-hook: gramps.spec
|
|
cp gramps.spec $(distdir)
|
|
|
|
.PHONY: pycheck trans
|
|
|
|
pycheck:
|
|
(cd src; make pycheck)
|
|
trans:
|
|
(cd src; make trans)
|
|
|
|
CLEANFILES = gramps
|