diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/Makefile.am b/debian/Makefile.am index 0e44c12c..84eb9f95 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- |