diff options
-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 |