From b323800c02b0a06bfeac3a769ec30599935f3227 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Tue, 3 Jun 2014 07:52:29 -0600 Subject: [PATCH] Add checkpatch.pl to distribution tarball. This patch includes checkpatch.pl in the EXTRA_DIST variable in Makefile.am so that it is included when a tarball is built using "make dist". --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3309718d..b92e0dde 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,7 @@ EXTRA_DIST = TODO BUGS BUGFORM FAQ FAQ.I18N INSTALL \ INSTALL-WMAKER README.definable-cursor \ The-perfect-Window-Maker-patch.txt \ README COPYING.WTFPL autogen.sh \ - email-clients.txt + email-clients.txt checkpatch.pl if USE_LCOV coverage-reset: