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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c280ac28d3260ffcfb279c59145744597ffcd6ad;p=neomutt Add "make pclean" in order to clean up PATCHES. --- diff --git a/Makefile.am b/Makefile.am index f9078b269..37d497030 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