* Makefile.am (pretty-check): New (phony) target.
---
milena/ChangeLog | 6 ++++++
milena/Makefile.am | 5 ++++-
2 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 87f1a4e..772be01 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,5 +1,11 @@
2009-06-08 Roland Levillain <roland(a)lrde.epita.fr>
+ Adjust Milena's top-level Makefile w.r.t the pretty-check target.
+
+ * Makefile.am (pretty-check): New (phony) target.
+
+2009-06-08 Roland Levillain <roland(a)lrde.epita.fr>
+
Install recursive regeneration rules in Milena.
* Makefile.am: Include build-aux/regen-recursive.mk.
diff --git a/milena/Makefile.am b/milena/Makefile.am
index b029dd3..7a0bdfa 100644
--- a/milena/Makefile.am
+++ b/milena/Makefile.am
@@ -13,7 +13,7 @@ if ENABLE_TOOLS
SUBDIRS += tools
endif ENABLE_TOOLS
-.PHONY: doc tutorial tools
+.PHONY: doc tutorial tools pretty-check
doc:
$(MAKE) -C doc doc
@@ -21,6 +21,9 @@ doc:
tutorial:
$(MAKE) -C doc tutorial
+pretty-check:
+ cd tests && $(MAKE) $(AM_MAKEFLAGS) $@
+
tools:
$(MAKE) -C tools all
--
1.6.1.2
Show replies by date