---
ChangeLog | 4 ++++
Makefile.am | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 6401ec2..d028cf1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-23 Roland Levillain <roland(a)lrde.epita.fr>
+
+ * Makefile.am (LOCAL_RECURSIVE_TARGETS): Remove doc.
+
2010-03-22 Roland Levillain <roland(a)lrde.epita.fr>
Regen INSTALL using autoreconf.
diff --git a/Makefile.am b/Makefile.am
index 3f44260..c591b00 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,7 +32,7 @@ endif ENABLE_SCRIBO
#>>
# Target shortcuts delegating the actual action to milena/Makefile.
-LOCAL_RECURSIVE_TARGETS = doc pretty-check tests
+LOCAL_RECURSIVE_TARGETS = pretty-check tests
$(LOCAL_RECURSIVE_TARGETS):
cd milena && $(MAKE) $(AM_MAKEFLAGS) $@
.PHONY: $(LOCAL_RECURSIVE_TARGETS)
--
1.5.6.5