summaryrefslogtreecommitdiff
path: root/maintainer
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-01-19 18:24:28 -0800
committerKarl Berry <karl@freefriends.org>2020-01-19 18:24:28 -0800
commit441d29bb0225000d840d4fe8c67e5461e40ab101 (patch)
tree7786790ff7b9d85869fb0702f49ff66dc63f4fcf /maintainer
parent40415b21c1ab1c4036e153e4e43d8a373134b228 (diff)
downloadautomake-441d29bb0225000d840d4fe8c67e5461e40ab101.tar.gz
lint: make syntax-check same as maintainer-check.
* maintainer/syntax-checks.mk (syntax-check): new target, same as maintainer-check. For consistency with many other GNU packages. (.PHONY): add here too.
Diffstat (limited to 'maintainer')
-rw-r--r--maintainer/syntax-checks.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/maintainer/syntax-checks.mk b/maintainer/syntax-checks.mk
index 91cf92475..3b32950e4 100644
--- a/maintainer/syntax-checks.mk
+++ b/maintainer/syntax-checks.mk
@@ -80,8 +80,8 @@ sc_tabs_in_texi \
sc_at_in_texi
$(syntax_check_rules): bin/automake bin/aclocal
-maintainer-check: $(syntax_check_rules)
-.PHONY: maintainer-check $(syntax_check_rules)
+maintainer-check syntax-check: $(syntax_check_rules)
+.PHONY: maintainer-check syntax-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.