summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2011-11-15 19:48:16 +0700
committerGary V. Vaughan <gary@gnu.org>2011-11-17 19:22:36 +0700
commitf9fe50d499e261d63123464d7ceb87b1c0619753 (patch)
tree139d08f8f905aed75626580cf028a6e5c3adb179
parentbe51bfc53f39f1afc841a3cf7bc805d451515efa (diff)
downloadlibtool-f9fe50d499e261d63123464d7ceb87b1c0619753.tar.gz
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 <gary@gnu.org>
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
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)'; \