last-svn-commit-992-gac1a1da Fix the distribution w.r.t. Scribo's test images.

* tests/Makefile.am (EXTRA_DIST): Add img/comp_on_borders.pbm, img/multi_scale.png, img/phillip.pbm, img/several_objects.pgm, img/single_object.pbm and img/the_valleys.pbm. Aesthetic changes. --- scribo/ChangeLog | 9 +++++++++ scribo/tests/Makefile.am | 36 +++++++++++++++++++++--------------- 2 files changed, 30 insertions(+), 15 deletions(-) diff --git a/scribo/ChangeLog b/scribo/ChangeLog index 1c3e5b8..315a47c 100644 --- a/scribo/ChangeLog +++ b/scribo/ChangeLog @@ -1,3 +1,12 @@ +2011-09-13 Roland Levillain <roland@lrde.epita.fr> + + Fix the distribution w.r.t. Scribo's test images. + + * tests/Makefile.am (EXTRA_DIST): Add img/comp_on_borders.pbm, + img/multi_scale.png, img/phillip.pbm, img/several_objects.pgm, + img/single_object.pbm and img/the_valleys.pbm. + Aesthetic changes. + 2011-09-13 Guillaume Lazzara <z@lrde.epita.fr> Fix text justification in HTML document reconstruction. diff --git a/scribo/tests/Makefile.am b/scribo/tests/Makefile.am index e2e7e66..58d375d 100644 --- a/scribo/tests/Makefile.am +++ b/scribo/tests/Makefile.am @@ -17,32 +17,38 @@ include $(srcdir)/tests.mk -EXTRA_DIST = \ - img/alignment_1.pbm \ +EXTRA_DIST = \ + img/alignment_1.pbm \ img/alignment_2.pbm \ img/alignment_3.pbm \ img/alignment_4.pbm \ - img/phillip.ppm \ - img/pixels.pbm \ + img/comp_on_borders.pbm \ + img/multi_scale.png \ + img/phillip.pbm \ + img/phillip.ppm \ + img/pixels.pbm \ + img/several_objects.pgm \ + img/single_object.pbm \ 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/the_valleys.pbm \ img/wildly.pbm -SUBDIRS = \ - binarization \ - convert \ - core \ - estim \ - filter \ - preprocessing \ - primitive \ - table \ - text \ - toolchain \ +SUBDIRS = \ + binarization \ + convert \ + core \ + estim \ + filter \ + preprocessing \ + primitive \ + table \ + text \ + toolchain \ unit_test \ util -- 1.7.2.5
participants (1)
-
Roland Levillain