Add make commit-check target
authorGuido Trotter <ultrotter@google.com>
Wed, 21 Apr 2010 17:07:06 +0000 (18:07 +0100)
committerGuido Trotter <ultrotter@google.com>
Wed, 21 Apr 2010 17:24:51 +0000 (18:24 +0100)
distcheck, lint and apidoc. Take three pay only one.

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>

Makefile.am

index 9d93c59..37acac0 100644 (file)
@@ -562,4 +562,6 @@ coverage: $(BUILT_SOURCES) $(python_tests)
        $(PLAIN_TESTS_ENVIRONMENT) $(abs_top_srcdir)/autotools/gen-coverage \
        $(python_tests)
 
+commit-check: distcheck lint apidoc
+
 # vim: set noet :