]> arthur.barton.de Git - ngircd-alex.git/blob - doc/Makefile.am
e979028421818424f4d1244a6d4ac85652c60ac8
[ngircd-alex.git] / doc / Makefile.am
1 #
2 # ngIRCd -- The Next Generation IRC Daemon
3 # Copyright (c)2001,2002 by Alexander Barton (alex@barton.de)
4 #
5 # Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen
6 # der GNU General Public License (GPL), wie von der Free Software Foundation
7 # herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2
8 # der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version.
9 # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
10 # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
11 #
12 # $Id: Makefile.am,v 1.11 2003/01/04 13:07:54 alex Exp $
13 #
14
15 SUBDIRS = de
16
17 EXTRA_DIST = CVS.txt FAQ.txt Protocol.txt README-AUX.txt \
18         README-BeOS.txt RFC.txt sample-ngircd.conf
19
20 maintainer-clean-local:
21         rm -f Makefile Makefile.in
22
23 install-data-hook:
24         $(mkinstalldirs) $(DESTDIR)$(sysconfdir)
25         if [ ! -f $(DESTDIR)$(sysconfdir)/ngircd.conf ]; then \
26           $(INSTALL) -m 600 -c $(srcdir)/sample-ngircd.conf $(DESTDIR)$(sysconfdir)/ngircd.conf; \
27           fi
28
29 # -eof-