repo: ngircd
action: commit
revision: 
path_from: 
revision_from: b2cf9efc3aed8427ac73a04134725ba815a5047b:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit b2cf9efc3aed8427ac73a04134725ba815a5047b
Author: Alexander Barton 
Date:   Tue Apr 2 18:13:47 2002 +0000

    - Manual-Pages heissen nun anders und werden auch nicht mehr "bereits
      uebersetzt" installiert.

diff --git a/man/Makefile.am b/man/Makefile.am
index 4bad4b1c94fa067dbbf836c85479409e1f800e5e..
index ..4f3dd45afcef2d9c0e6ad367269ad731495d6599 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -9,19 +9,11 @@
 # 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.2 2002/03/31 20:55:07 alex Exp $
+# $Id: Makefile.am,v 1.3 2002/04/02 18:13:47 alex Exp $
 #

 man_MANS = ngircd.conf.5 ngircd.8

-EXTRA_DIST = ngircd.conf.5.nroff ngircd.8.nroff
-
-ngircd.conf.5: ngircd.conf.5.nroff
-	$(NROFF) -man -Tascii $(srcdir)/ngircd.conf.5.nroff > $(srcdir)/ngircd.conf.5
-
-ngircd.8: ngircd.8.nroff
-	$(NROFF) -man -Tascii $(srcdir)/ngircd.8.nroff > $(srcdir)/ngircd.8
-
 clean-local:
 	rm -f *.[0-9]

diff --git a/man/ngircd.8.nroff b/man/ngircd.8.nroff
deleted file mode 100644
index 14389ecc64ef898ae15fecd6cf92a7c9448abc34..0000000000000000000000000000000000000000
--- a/man/ngircd.8.nroff
+++ /dev/null
@@ -1,32 +0,0 @@
-.\"
-.\" $Id: ngircd.8.nroff,v 1.3 2002/03/31 21:42:02 alex Exp $
-.\"
-.TH ngircd 8 "March 2002" ngircd "User Manuals"
-.SH NAME
-ngircd \- the next generation IRC daemon
-.SH SYNOPSIS
-.B ngircd [
-.I Options
-.B ]
-.SH DESCRIPTION
-ngIRCd is a portable IRC daemon written from scratch. It is easy to
-configure, supports server links (even with original ircds) and runs on
-hosts with changing IP addresses (such as dial-in networks). Currently
-supported platforms are A/UX, Darwin/Mac OS X, FreeBSD, Linux, NetBSD,
-and Windows with Cygwin.
-.SH OPTIONS
-(coming soon, please see
-.B ngircd --help
-at the moment)
-.SH FILES
-(coming soon)
-.SH DIAGNOSTICS
-(coming soon)
-.SH AUTHOR
-Alexander Barton, 
-.\"Homepage: 
-.SH "SEE ALSO"
-.BR ngircd.conf (5)
-.BR ircd (8)
-.\"
-.\" -eof-
diff --git a/man/ngircd.conf.5.nroff b/man/ngircd.conf.5.nroff
deleted file mode 100644
index bff113b87422663b8fa457d798ad7aff6c1e3300..0000000000000000000000000000000000000000
--- a/man/ngircd.conf.5.nroff
+++ /dev/null
@@ -1,18 +0,0 @@
-.\"
-.\" $Id: ngircd.conf.5.nroff,v 1.1 2002/03/31 20:23:06 alex Exp $
-.\"
-
-.TH ngircd.conf 5 "March 2002" ngircd "User Manuals"
-.SH NAME
-ngircd.conf \- configuration file of ngircd
-.SH SYNOPSIS
-.B /usr/local/etc/ngircd.conf
-.SH DESCRIPTION
-(coming soon)
-.SH AUTHOR
-Alexander Barton, 
-.SH "SEE ALSO"
-.BR ngircd (8)
-.BR ircd (8)
-
-.\" -eof-

-----END OF PAGE-----