From c280ac28d3260ffcfb279c59145744597ffcd6ad Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Tue, 12 Nov 2002 09:19:10 +0000 Subject: [PATCH] Add "make pclean" in order to clean up PATCHES. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.40.0