about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2003-03-15 11:00:31 +0000
committerAlexander Barton <alex@barton.de>2003-03-15 11:00:31 +0000
commit1a1ff404a8c74c5e991c6f2442ea311961dd88ec (patch)
treec5754630b815dc821defec14a04d39b4c469b386
parentc755b82dd9370c6964bd9e2d5a9cbe82d341dfbc (diff)
downloadngircd-1a1ff404a8c74c5e991c6f2442ea311961dd88ec.tar.gz
ngircd-1a1ff404a8c74c5e991c6f2442ea311961dd88ec.zip
- Updated documentation.
-rw-r--r--ChangeLog5
-rw-r--r--configure.in3
-rw-r--r--doc/Makefile.am6
3 files changed, 6 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 50b0f0c6..13bf7a3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,7 +30,8 @@ ngIRCd CVS-HEAD
     configured server and "CONNECT <name> <port> <host> <mypwd> <peerpwd>"
     to add a new server (ngIRCd tries to connect new servers only once!).
   - Added DISCONNECT command ("DISCONNECT <name>") to disable servers.
-  - Restructured the documentation: Now the main language is English.
+  - Restructured the documentation: Now the main language is English. The
+    german documentation has been removed (until there is a maintainer).
   - Enhanced killing of users caused by a nickname collision.
   - Better error detection for status code ("numerics") forwarding.
   - Moved tool functions to own library: "libngtool".
@@ -430,4 +431,4 @@ ngIRCd 0.0.1, 31.12.2001
 
 
 -- 
-$Id: ChangeLog,v 1.184 2003/03/10 01:00:00 alex Exp $
+$Id: ChangeLog,v 1.185 2003/03/15 11:00:31 alex Exp $
diff --git a/configure.in b/configure.in
index bffdbd15..54b5e694 100644
--- a/configure.in
+++ b/configure.in
@@ -8,7 +8,7 @@
 # (at your option) any later version.
 # Please read the file COPYING, README and AUTHORS for more information.
 #
-# $Id: configure.in,v 1.82 2003/03/07 14:37:30 alex Exp $
+# $Id: configure.in,v 1.83 2003/03/15 11:00:31 alex Exp $
 #
 
 # -- Initialisierung --
@@ -267,7 +267,6 @@ CFLAGS="$the_CFLAGS $add_CFLAGS -DSYSCONFDIR='\"\$(sysconfdir)\"'"
 AC_OUTPUT([ \
 	Makefile \
 	doc/Makefile \
-	doc/de/Makefile \
 	MacOSX/Makefile \
 	MacOSX/ngircd.pbproj/Makefile \
 	src/Makefile \
diff --git a/doc/Makefile.am b/doc/Makefile.am
index e9790284..56378951 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,6 @@
 #
 # ngIRCd -- The Next Generation IRC Daemon
-# Copyright (c)2001,2002 by Alexander Barton (alex@barton.de)
+# Copyright (c)2001-2003 by Alexander Barton (alex@barton.de)
 #
 # Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen
 # der GNU General Public License (GPL), wie von der Free Software Foundation
@@ -9,11 +9,9 @@
 # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
 # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
 #
-# $Id: Makefile.am,v 1.11 2003/01/04 13:07:54 alex Exp $
+# $Id: Makefile.am,v 1.12 2003/03/15 11:00:31 alex Exp $
 #
 
-SUBDIRS = de
-
 EXTRA_DIST = CVS.txt FAQ.txt Protocol.txt README-AUX.txt \
 	README-BeOS.txt RFC.txt sample-ngircd.conf