From 336bc9ba4d2d48e342a66a33e76273feb18d64fc Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Fri, 6 Dec 2002 11:30:08 +0000 Subject: [PATCH] Run check_sec.sh before committing. --- Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 661ca417a..2d15898fa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -150,7 +150,10 @@ install-data-local: Muttrc pclean: cat /dev/null > PATCHES -commit: pclean +check-security: + ./check_sec.sh + +commit: pclean check-security cvs commit changelog: @@ -180,4 +183,4 @@ stamp-doc-rc: $(srcdir)/init.h makedoc Muttrc.head jtags: TAGS mkjtags ( ./mkjtags TAGS > tags.$$$$ && mv tags.$$$$ tags ) -.PHONY: jtags commit pclean +.PHONY: jtags commit pclean check-security -- 2.40.0