projects
/
idzebra-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
make distcheck works now
[idzebra-moved-to-github.git]
/
test
/
zsh
/
Makefile.am
1
# $Id: Makefile.am,v 1.4 2006-04-27 20:40:44 marc Exp $
2
3
#dist-hook:
4
# -mkdir $(distdir)/records
5
# cp $(srcdir)/records/*.grs $(distdir)/records
6
7
8
check_SCRIPTS = testall.sh
9
10
TESTS = testall.sh
11
12
EXTRA_DIST = $(check_SCRIPTS) test1.zsh test2.zsh zebra.cfg
13
14
clean-local:
15
-rm -rf *.LCK
16
-rm -rf *.log
17
-rm -rf *.mf
18
-rm -rf reg/*.LCK
19
-rm -rf reg/*.log
20
-rm -rf reg/*.mf
21