]> arthur.barton.de Git - ngircd-alex.git/blobdiff - contrib/Debian/Makefile.am
Updated debian changelog.
[ngircd-alex.git] / contrib / Debian / Makefile.am
index 3b7af3864307a915d76320fdf442f062040b6b7d..151f4058b75624a7aa0be8023eda8ff461409e37 100644 (file)
@@ -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.1 2003/12/31 17:20:11 alex Exp $
+# $Id: Makefile.am,v 1.4 2004/05/11 00:32:31 alex Exp $
 #
 
 EXTRA_DIST = rules changelog compat control copyright \
@@ -16,9 +16,13 @@ EXTRA_DIST = rules changelog compat control copyright \
 
 maintainer-clean-local:
        rm -f Makefile Makefile.in
+
+clean-local:
        rm -f ngircd.postinst.debhelper ngircd.postrm.debhelper \
         ngircd.prerm.debhelper ngircd.substvars
+       rm -f ngircd-full.postinst.debhelper ngircd-full.postrm.debhelper \
+        ngircd-full.prerm.debhelper ngircd-full.substvars
+       rm -rf ngircd ngircd-full
        rm -f files
-       rm -rf ngircd
 
 # -eof-