From f9fe50d499e261d63123464d7ceb87b1c0619753 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Tue, 15 Nov 2011 19:48:16 +0700 Subject: dist: hook syntax-check into `make distcheck'. To make sure we don't accidentally release anything with failing syntax-checks, have `make distcheck' run the syntax-checks automatically. * Makefile.am (distcheck-hook): New rule depending on syntax-check. Signed-off-by: Gary V. Vaughan --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 07473dde..2c6cf811 100644 --- a/Makefile.am +++ b/Makefile.am @@ -596,6 +596,8 @@ dist-hook: $(changelog) $(dotversion) $(readme) else :; fi; \ done +distcheck-hook: syntax-check + uninstall-hook: @$(NORMAL_UNINSTALL) @list='$(pkgltdl_files)'; \ -- cgit v1.2.1