* Makefile.am (LRDE_STRIPPED_DIST_FILES): Remove
$(distdir)/milena/doc/Makefile.am,
$(distdir)/milena/doc/ref_guide/Makefile.am,
$(distdir)/milena/doc/tutorial/Makefile.am and
$(distdir)/milena/doc/white_paper/Makefile.am.
---
ChangeLog | 10 ++++++++++
Makefile.am | 4 ----
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 1778f82..4808918 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2010-03-02 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Stop pruning Makefiles under milena/doc/.
+
+ * Makefile.am (LRDE_STRIPPED_DIST_FILES): Remove
+ $(distdir)/milena/doc/Makefile.am,
+ $(distdir)/milena/doc/ref_guide/Makefile.am,
+ $(distdir)/milena/doc/tutorial/Makefile.am and
+ $(distdir)/milena/doc/white_paper/Makefile.am.
+
2010-03-15 Roland Levillain <roland(a)lrde.epita.fr>
Aesthetic changes.
diff --git a/Makefile.am b/Makefile.am
index f5646f0..3f44260 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,10 +50,6 @@ REGEN_SUBDIRS += milena scribo
LRDE_STRIPPED_DIST_FILES = \
$(distdir)/Makefile.am \
$(distdir)/configure.ac \
- $(distdir)/milena/doc/Makefile.am \
- $(distdir)/milena/doc/ref_guide/Makefile.am \
- $(distdir)/milena/doc/tutorial/Makefile.am \
- $(distdir)/milena/doc/white_paper/Makefile.am \
$(distdir)/milena/mln/accu/math/all.hh \
$(distdir)/milena/mln/all.hh \
$(distdir)/milena/mln/core/image/vmorph/all.hh \
--
1.5.6.5