Blame


1 ed94d5d5 2003-12-31 alex #
2 ed94d5d5 2003-12-31 alex # ngIRCd -- The Next Generation IRC Daemon
3 ed94d5d5 2003-12-31 alex # Copyright (c)2001-2003 by Alexander Barton (alex@barton.de)
4 ed94d5d5 2003-12-31 alex #
5 ed94d5d5 2003-12-31 alex # This program is free software; you can redistribute it and/or modify
6 ed94d5d5 2003-12-31 alex # it under the terms of the GNU General Public License as published by
7 ed94d5d5 2003-12-31 alex # the Free Software Foundation; either version 2 of the License, or
8 ed94d5d5 2003-12-31 alex # (at your option) any later version.
9 ed94d5d5 2003-12-31 alex # Please read the file COPYING, README and AUTHORS for more information.
10 ed94d5d5 2003-12-31 alex #
11 bf21dd15 2004-05-11 alex # $Id: Makefile.am,v 1.4 2004/05/11 00:32:31 alex Exp $
12 ed94d5d5 2003-12-31 alex #
13 ed94d5d5 2003-12-31 alex
14 ed94d5d5 2003-12-31 alex EXTRA_DIST = rules changelog compat control copyright \
15 ed94d5d5 2003-12-31 alex ngircd.init ngircd.postinst
16 ed94d5d5 2003-12-31 alex
17 ed94d5d5 2003-12-31 alex maintainer-clean-local:
18 ed94d5d5 2003-12-31 alex rm -f Makefile Makefile.in
19 bf21dd15 2004-05-11 alex
20 bf21dd15 2004-05-11 alex clean-local:
21 ed94d5d5 2003-12-31 alex rm -f ngircd.postinst.debhelper ngircd.postrm.debhelper \
22 ed94d5d5 2003-12-31 alex ngircd.prerm.debhelper ngircd.substvars
23 5589ebd9 2004-01-13 alex rm -f ngircd-full.postinst.debhelper ngircd-full.postrm.debhelper \
24 5589ebd9 2004-01-13 alex ngircd-full.prerm.debhelper ngircd-full.substvars
25 ad07c94c 2004-01-01 alex rm -rf ngircd ngircd-full
26 ed94d5d5 2003-12-31 alex rm -f files
27 ed94d5d5 2003-12-31 alex
28 ed94d5d5 2003-12-31 alex # -eof-