From: Thomas Roessler Date: Fri, 6 Dec 2002 11:30:08 +0000 (+0000) Subject: Run check_sec.sh before committing. X-Git-Tag: mutt-1-5-3-rel~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83b012c9c97b08f866e6bc355c384e3c46fa766a;p=mutt Run check_sec.sh before committing. --- diff --git a/Makefile.am b/Makefile.am index 661ca417..2d15898f 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