
--- scribo/ChangeLog | 4 ++++ scribo/tests/Makefile.am | 9 +++++++++ 2 files changed, 13 insertions(+), 0 deletions(-) diff --git a/scribo/ChangeLog b/scribo/ChangeLog index e1cefe4..4a980d7 100644 --- a/scribo/ChangeLog +++ b/scribo/ChangeLog @@ -1,5 +1,9 @@ 2010-08-25 Guillaume Lazzara <z@lrde.epita.fr> + * tests/Makefile.am (EXTRA_DIST): Add new files. + +2010-08-25 Guillaume Lazzara <z@lrde.epita.fr> + Re-enable 'table' directory in SUBDIRS. * src/Makefile.am, diff --git a/scribo/tests/Makefile.am b/scribo/tests/Makefile.am index dccf920..a1332ae 100644 --- a/scribo/tests/Makefile.am +++ b/scribo/tests/Makefile.am @@ -17,6 +17,15 @@ include $(srcdir)/tests.mk +EXTRA_DIST = \ + table_to_be_repaired.pbm \ + table_to_be_repaired2.pbm \ + table_to_be_repaired3.pbm \ + text_to_group.pbm \ + text_to_group.pgm \ + text_to_group_and_clean.pbm \ + wildly.pbm + SUBDIRS = \ binarization \ core \ -- 1.5.6.5