repo: ngircd
action: commit
revision: 
path_from: 
revision_from: ea076a28f2ff16c0424c0ba488227dbe1d3393bf:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit ea076a28f2ff16c0424c0ba488227dbe1d3393bf
Author: Alexander Barton 
Date:   Wed Dec 31 17:09:40 2003 +0000

    Added some files to the maintainer-clean-local target which havn't beed
    removed by "make maintainer-clean".

diff --git a/Makefile.am b/Makefile.am
index 2e5de8db3a5449db4049a0dc7e764003051676f6..
index ..a056501e633095c780f7f091d1c6c8be51caff48 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,7 @@
 # (at your option) any later version.
 # Please read the file COPYING, README and AUTHORS for more information.
 #
-# $Id: Makefile.am,v 1.11 2003/07/09 21:16:33 alex Exp $
+# $Id: Makefile.am,v 1.12 2003/12/31 17:09:40 alex Exp $
 #

 AUTOMAKE_OPTIONS = gnu
@@ -19,7 +19,7 @@ maintainer-clean-local:
 	rm -rf autom4te.cache
 	rm -f Makefile.in Makefile aclocal.m4 configure
 	rm -f mkinstalldirs missing depcomp install-sh
-	rm -f config.log
+	rm -f config.log build-stamp

 lint:
 	make -C src/ngircd lint
diff --git a/debian/Makefile.am b/debian/Makefile.am
index 0e44c12c33637d933a09032f971722ae51f7ec9b..
index ..84eb9f95ccb3cd27e1d36b893f6ea7c658e56a23 100644
--- a/debian/Makefile.am
+++ b/debian/Makefile.am
@@ -8,7 +8,7 @@
 # (at your option) any later version.
 # Please read the file COPYING, README and AUTHORS for more information.
 #
-# $Id: Makefile.am,v 1.3 2003/12/05 13:32:11 alex Exp $
+# $Id: Makefile.am,v 1.4 2003/12/31 17:09:40 alex Exp $
 #

 EXTRA_DIST = rules changelog compat control copyright \
@@ -16,5 +16,9 @@ EXTRA_DIST = rules changelog compat control copyright \

 maintainer-clean-local:
 	rm -f Makefile Makefile.in
+	rm -f ngircd.postinst.debhelper ngircd.postrm.debhelper \
+	 ngircd.prerm.debhelper ngircd.substvars
+	rm -f files
+	rm -rf ngircd

 # -eof-

-----END OF PAGE-----