last-svn-commit-493-gdca41a3 tests/Makefile.am (EXTRA_DIST): Fix path to files.

--- scribo/ChangeLog | 4 ++++ scribo/tests/Makefile.am | 16 ++++++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/scribo/ChangeLog b/scribo/ChangeLog index e434758..a750510 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): Fix path to files. + +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> diff --git a/scribo/tests/Makefile.am b/scribo/tests/Makefile.am index a8397ef..852b22f 100644 --- a/scribo/tests/Makefile.am +++ b/scribo/tests/Makefile.am @@ -17,14 +17,14 @@ 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 +EXTRA_DIST = \ + img/table_to_be_repaired.pbm \ + img/table_to_be_repaired2.pbm \ + img/table_to_be_repaired3.pbm \ + img/text_to_group.pbm \ + img/text_to_group.pgm \ + img/text_to_group_and_clean.pbm \ + img/wildly.pbm SUBDIRS = \ binarization \ -- 1.5.6.5
participants (1)
-
Guillaume Lazzara