---
ChangeLog | 4 ++++
Makefile.am | 4 ++++
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 46faf65..436b93c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-06-04 Guillaume Lazzara <lazzara(a)lrde.epita.fr>
+
+ * Makefile.am: add pretty_check rule.
+
2009-06-03 Roland Levillain <roland(a)lrde.epita.fr>
Update the shipped GNU General Public License (GPL) text.
diff --git a/Makefile.am b/Makefile.am
index 6e5120f..4df773e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,3 +12,7 @@ endif ENABLE_SWILENA
.PHONY: doc
doc:
cd milena && $(MAKE) $(AM_MAKEFLAGS) $@
+
+pretty_check:
+ $(MAKE) -C milena/tests pretty_check
+
--
1.5.6.5