diff options
author | Jim Meyering <meyering@redhat.com> | 2012-05-11 12:58:17 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-05-11 12:58:17 +0200 |
commit | b7ac27d5fe9ef7751b79812dc0095a59bddbfd4d (patch) | |
tree | 0c01cf65db0368d2664526a217005c1ed8000221 | |
parent | baaa6740c7a197f9d4a919e689507144fb1da00f (diff) | |
download | idutils-b7ac27d5fe9ef7751b79812dc0095a59bddbfd4d.tar.gz idutils-b7ac27d5fe9ef7751b79812dc0095a59bddbfd4d.tar.bz2 idutils-b7ac27d5fe9ef7751b79812dc0095a59bddbfd4d.zip |
maint: arrange for "make distcheck" to run the syntax-check rules
* Makefile.am (ALL_RECURSIVE_TARGETS): Define.
(distcheck-hook): Depend on syntax-check.
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9c5dba8..7a32940 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,3 +39,6 @@ BUILT_SOURCES = .version # See the rm_subst comment for details. dist-hook: gen-ChangeLog echo $(VERSION) > $(distdir)/.tarball-version + +ALL_RECURSIVE_TARGETS = distcheck-hook +distcheck-hook: syntax-check |