summaryrefslogtreecommitdiff
path: root/maintainer
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-01-12 18:19:44 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-01-12 18:19:44 +0100
commit2aa49391fe2918db3e5d59f4f96ca3612c955d78 (patch)
tree56ae50b80e9a7e8600f97a38041278de3d827f7e /maintainer
parent84d77cd6e35f66a6bfd5b41a39bb8c2a4f909b6f (diff)
parent0dee02df98e29cc6a2d43ba60d6a2b93e715bfc4 (diff)
downloadautomake-2aa49391fe2918db3e5d59f4f96ca3612c955d78.tar.gz
Merge branch 'maint'
* maint: ywrap: remove an obsolete FIXME comment ywrap: style fixes (no semantic change intended) convenience: "make lint" as an alias for "make maintainer-check" docs: typofix in manual coverage: using multiple lexers in a single program Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'maintainer')
-rw-r--r--maintainer/syntax-checks.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/maintainer/syntax-checks.mk b/maintainer/syntax-checks.mk
index 05ed15ec3..80e4e7e74 100644
--- a/maintainer/syntax-checks.mk
+++ b/maintainer/syntax-checks.mk
@@ -538,3 +538,7 @@ maintainer-check: $(syntax_check_rules)
## Check that the list of tests given in the Makefile is equal to the
## list of all test scripts in the Automake testsuite.
maintainer-check: maintainer-check-list-of-tests
+
+# I'm a lazy typist.
+lint: maintainer-check
+.PHONY: lint