summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-29 02:52:44 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-29 02:52:44 -0400
commite0c05c5da5082c9ea530af16cf487ee97d875aee (patch)
treeaf93cbc5f17c93bb409326c46685a1c8c2f39a3f /Makefile.am
parent3187bd1eadb312b6f6d6e1bb9218f19346300e7d (diff)
Several changes in order for 'make distcheck' to work.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 035bc18..3c9397d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,9 +1,9 @@
BUILT_SOURCES = chess-auto.el
CLEANFILES = TAGS chess-auto.el auto-autoloads.el
-EXTRA_DIST = autogen.sh doc/chess.pdf
-DISTCLEANFILES = chess-eco.fen doc/chess.info doc/chess.pdf
+EXTRA_DIST = autogen.sh chess-auto.el.in chess-eco.pos doc/chess.pdf
+DISTCLEANFILES = chess-eco.fen doc/chess.info doc/chess.pdf $(TESTS)
info_TEXINFOS = doc/chess.texi
-lisp_DATA = _pkg.el chess-eco.fen
+dist_lisp_DATA = _pkg.el chess-eco.fen
dist_lisp_LISP = \
chess.el \
@@ -47,6 +47,7 @@ dist_lisp_LISP = \
chess-scid.el \
chess-sjeng.el \
chess-sound.el \
+ chess-test.el \
chess-transport.el \
chess-tutorial.el \
chess-ucb.el \
@@ -68,7 +69,7 @@ chess-eco.fen: chess-eco.pos chess-eco.el
TESTS = chess-test
chess-test:
- echo "$(EMACS) -batch -L . -l chess-test.el --eval '(chess-test)'" > $@
+ echo "$(EMACS) -batch -L $(srcdir) -l chess-test.el --eval '(chess-test)'" > $@
chmod u+x $@
TAGS: $(dist_lisp_LISP)