summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-01-10 11:45:20 +0100
committerJim Meyering <meyering@redhat.com>2010-01-10 11:45:20 +0100
commit2d648ae3fe10d9b554f7c2c5ee8c84371e687392 (patch)
tree9239ef87e698b79736b8e98724388b14c1efd439 /cfg.mk
parent617600b42265557a2d3be46e6277697ec47df90d (diff)
downloaddiffutils-2d648ae3fe10d9b554f7c2c5ee8c84371e687392.tar.gz
tests: now "make distcheck" runs more tests, incl. syntax-check
* cfg.mk: Include dist-check.mk, from coreutils. * Makefile.am (distcheck-hook): Define rule, to hook to... * dist-check.mk: New file.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index 7c828d0..4e10c16 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -37,3 +37,5 @@ config_h_header = (<config\.h>|"(diff|system)\.h")
update-copyright-env = \
UPDATE_COPYRIGHT_USE_INTERVALS=1 \
UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79
+
+include $(srcdir)/dist-check.mk