Blame


1 69b05aca 2002-03-31 alex #
2 69b05aca 2002-03-31 alex # ngIRCd -- The Next Generation IRC Daemon
3 69b05aca 2002-03-31 alex # Copyright (c)2001,2002 by Alexander Barton (alex@barton.de)
4 69b05aca 2002-03-31 alex #
5 69b05aca 2002-03-31 alex # Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen
6 69b05aca 2002-03-31 alex # der GNU General Public License (GPL), wie von der Free Software Foundation
7 69b05aca 2002-03-31 alex # herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2
8 69b05aca 2002-03-31 alex # der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version.
9 69b05aca 2002-03-31 alex # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
10 69b05aca 2002-03-31 alex # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
11 69b05aca 2002-03-31 alex #
12 8e803116 2002-04-04 alex # $Id: Makefile.am,v 1.5 2002/04/04 13:02:41 alex Exp $
13 69b05aca 2002-03-31 alex #
14 69b05aca 2002-03-31 alex
15 69b05aca 2002-03-31 alex man_MANS = ngircd.conf.5 ngircd.8
16 69b05aca 2002-03-31 alex
17 4b17e86c 2002-04-04 alex EXTRA_DIST = $(man_MANS)
18 4b17e86c 2002-04-04 alex
19 69b05aca 2002-03-31 alex maintainer-clean-local:
20 69b05aca 2002-03-31 alex rm -f Makefile Makefile.in
21 69b05aca 2002-03-31 alex
22 69b05aca 2002-03-31 alex # -eof-