* src/Makefile.am,
* tests/Makefile.am (EXTRA_DIST): Add new files.
---
scribo/ChangeLog | 7 +++++++
scribo/src/Makefile.am | 7 +++++++
scribo/tests/Makefile.am | 1 +
3 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/scribo/ChangeLog b/scribo/ChangeLog
index d3b3a65..9f7bc9b 100644
--- a/scribo/ChangeLog
+++ b/scribo/ChangeLog
@@ -1,3 +1,10 @@
+2010-11-18 Guillaume Lazzara <z(a)lrde.epita.fr>
+
+ Distribute more files with Scribo.
+
+ * src/Makefile.am,
+ * tests/Makefile.am (EXTRA_DIST): Add new files.
+
2010-11-16 Guillaume Lazzara <z(a)lrde.epita.fr>
* scribo/primitive/extract/separators_nonvisible.hh: Fix warnings.
diff --git a/scribo/src/Makefile.am b/scribo/src/Makefile.am
index 6cf233c..2c318a1 100644
--- a/scribo/src/Makefile.am
+++ b/scribo/src/Makefile.am
@@ -129,4 +129,11 @@ scribo-cli: $(srcdir)/scribo-cli.in Makefile
CLEANFILES = $(dist_bin_SCRIPTS)
+
EXTRA_DIST = scribo-cli.in
+
+
+EXTRA_DIST += \
+ afp/components.hh \
+ afp/link.hh \
+ afp/regroup.hh
\ No newline at end of file
diff --git a/scribo/tests/Makefile.am b/scribo/tests/Makefile.am
index c3ca209..1cb222b 100644
--- a/scribo/tests/Makefile.am
+++ b/scribo/tests/Makefile.am
@@ -18,6 +18,7 @@
include $(srcdir)/tests.mk
EXTRA_DIST = \
+ img/pixels.pbm \
img/table_to_be_repaired.pbm \
img/table_to_be_repaired2.pbm \
img/table_to_be_repaired3.pbm \
--
1.5.6.5