From 3d0ab6bd2efaf7fedd273f175831e975a815648a Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sat, 8 Apr 2006 16:35:03 +0000 Subject: [PATCH] Added maintainer-clean-local target to purge generated Makefiles. --- doc/src/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/src/Makefile.am b/doc/src/Makefile.am index a3992693..40a0c09d 100644 --- a/doc/src/Makefile.am +++ b/doc/src/Makefile.am @@ -1,6 +1,6 @@ # # ngIRCd -- The Next Generation IRC Daemon -# Copyright (c)2001,2002 by Alexander Barton (alex@barton.de) +# Copyright (c)2001-2006 Alexander Barton (alex@barton.de) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -8,9 +8,12 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: Makefile.am,v 1.1 2005/07/22 20:58:22 alex Exp $ +# $Id: Makefile.am,v 1.2 2006/04/08 16:35:03 alex Exp $ # +maintainer-clean-local: + rm -f Makefile Makefile.in + distclean-local: rm -f html -- 2.39.2