* tests/preprocessing/Makefile.am (MOSTLYCLEANFILES): New. Add unskew.pbm --- scribo/ChangeLog | 7 +++++++ scribo/tests/preprocessing/Makefile.am | 4 +++- 2 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/scribo/ChangeLog b/scribo/ChangeLog index bc2b9d3..58b564f 100644 --- a/scribo/ChangeLog +++ b/scribo/ChangeLog @@ -1,3 +1,10 @@ +2010-04-26 Roland Levillain roland@lrde.epita.fr + + Clean Scribo's tests' outputs. + + * tests/preprocessing/Makefile.am (MOSTLYCLEANFILES): New. + Add unskew.pbm + 2010-04-21 Roland Levillain roland@lrde.epita.fr
Fix the Scribo distribution. diff --git a/scribo/tests/preprocessing/Makefile.am b/scribo/tests/preprocessing/Makefile.am index 4666033..5182bc0 100644 --- a/scribo/tests/preprocessing/Makefile.am +++ b/scribo/tests/preprocessing/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE). +# Copyright (C) 2009, 2010 EPITA Research and Development Laboratory (LRDE). # # This file is part of Olena. # @@ -25,3 +25,5 @@ check_PROGRAMS = \ unskew_SOURCES = unskew.cc
TESTS = $(check_PROGRAMS) + +MOSTLYCLEANFILES = unskew.pbm