X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=contrib%2FDebian%2FMakefile.am;h=9d54ffc9c8f589292f41cea8d79ae8c67a1dd4e2;hp=3b7af3864307a915d76320fdf442f062040b6b7d;hb=30bbc5e1e1d573b55f01e56357401ff8a9f3423c;hpb=ed94d5d5cd31ecc1f671f36e0813804e8aa59082 diff --git a/contrib/Debian/Makefile.am b/contrib/Debian/Makefile.am index 3b7af386..9d54ffc9 100644 --- a/contrib/Debian/Makefile.am +++ b/contrib/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.1 2003/12/31 17:20:11 alex Exp $ +# $Id: Makefile.am,v 1.3 2004/01/13 01:10:11 alex Exp $ # EXTRA_DIST = rules changelog compat control copyright \ @@ -18,7 +18,10 @@ maintainer-clean-local: rm -f Makefile Makefile.in 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-