b647b232a7
* Makefile.am, doc/Makefile.am, doc/omf.make, doc/xmldocs.make: Fixes so that 'make distcheck' succeeds. svn: r1764
23 lines
347 B
Makefile
23 lines
347 B
Makefile
# copyright (C) 2000 Sun Microsystems, Inc.
|
|
|
|
SUBDIRS = src doc example
|
|
|
|
EXTRA_DIST = autogen.sh gramps.spec.in COPYING-DOCS
|
|
|
|
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
|