From: Thomas Roessler Date: Tue, 12 Nov 2002 09:19:10 +0000 (+0000) Subject: Add "make pclean" in order to clean up PATCHES. X-Git-Tag: mutt-1-5-2-rel~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35a488cb0d26bfe71820c6c2933d5c583a787ba0;p=mutt Add "make pclean" in order to clean up PATCHES. --- diff --git a/Makefile.am b/Makefile.am index f9078b26..37d49703 100644 --- a/Makefile.am +++ b/Makefile.am @@ -147,6 +147,9 @@ install-data-local: Muttrc # Don't make this one ChangeLog - it's intended to be # used manually. +pclean: + cat /dev/null > PATCHES + changelog: rcs2log | cat - ChangeLog > ChangeLog.$$$$ && mv ChangeLog.$$$$ ChangeLog $(VISUAL) ChangeLog