X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fxslt%2FMakefile.am;fp=test%2Fxslt%2FMakefile.am;h=71275996733c307f59564f3b855182c3baaf6741;hb=3f8634ae4b443725ed340661a3a9ccdaae2da92f;hp=01ff86f201f7118fac8bb640b38fbc9a37def92b;hpb=6c5eead59b04271013219c4e71b3a1314ced4957;p=idzebra-moved-to-github.git diff --git a/test/xslt/Makefile.am b/test/xslt/Makefile.am index 01ff86f..7127599 100644 --- a/test/xslt/Makefile.am +++ b/test/xslt/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.7 2005-08-18 12:50:18 adam Exp $ +# $Id: Makefile.am,v 1.8 2006-04-27 20:40:44 marc Exp $ check_PROGRAMS = xslt1 xslt2 xslt3 xslt4 TESTS = $(check_PROGRAMS) @@ -29,3 +29,8 @@ zebralibs = \ LDADD = ../api/libtestlib.a $(zebralibs) $(YAZLALIB) +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf +