]> arthur.barton.de Git - ngircd-alex.git/commitdiff
- Manual-Pages begonnen und in Source-Tree eingebunden.
authorAlexander Barton <alex@barton.de>
Sun, 31 Mar 2002 20:23:06 +0000 (20:23 +0000)
committerAlexander Barton <alex@barton.de>
Sun, 31 Mar 2002 20:23:06 +0000 (20:23 +0000)
Makefile.am
configure.in
man/Makefile.am [new file with mode: 0644]
man/ngircd.8.nroff [new file with mode: 0644]
man/ngircd.conf.5.nroff [new file with mode: 0644]

index 007b950d2ebe16b57008de5a850cd435f57c2dc4..7f58476946566be5b290f8f46fe9de0c2e04d271 100644 (file)
@@ -9,12 +9,12 @@
 # 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.8 2002/03/25 19:39:48 alex Exp $
+# $Id: Makefile.am,v 1.9 2002/03/31 20:23:06 alex Exp $
 #
 
 AUTOMAKE_OPTIONS = gnu
 
-SUBDIRS = doc MacOSX src
+SUBDIRS = doc MacOSX src man
 
 maintainer-clean-local:
        rm -rf autom4te.cache
index f895571c9441014f77d14ea3ef41e69569cb056d..b32e8bb1aa37d27117c62fefe9f3fec2682a92ad 100644 (file)
@@ -9,7 +9,7 @@
 # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
 # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
 #
-# $Id: configure.in,v 1.40 2002/03/31 17:54:30 alex Exp $
+# $Id: configure.in,v 1.41 2002/03/31 20:23:06 alex Exp $
 #
 
 # -- Initialisierung --
@@ -170,6 +170,7 @@ AC_OUTPUT([ \
        src/Makefile \
        src/portab/Makefile \
        src/ngircd/Makefile \
+       man/Makefile \
 ])
 
 # -eof-
diff --git a/man/Makefile.am b/man/Makefile.am
new file mode 100644 (file)
index 0000000..accd46b
--- /dev/null
@@ -0,0 +1,31 @@
+#
+# ngIRCd -- The Next Generation IRC Daemon
+# Copyright (c)2001,2002 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
+# herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2
+# der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version.
+# 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.1 2002/03/31 20:23:06 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 ngircd.conf.5.nroff > ngircd.conf.5
+
+ngircd.8: ngircd.8.nroff
+       nroff -man -Tascii ngircd.8.nroff > ngircd.8
+
+clean-local:
+       rm -f *.[0-9]
+
+maintainer-clean-local:
+       rm -f Makefile Makefile.in
+
+# -eof-
diff --git a/man/ngircd.8.nroff b/man/ngircd.8.nroff
new file mode 100644 (file)
index 0000000..487fb71
--- /dev/null
@@ -0,0 +1,28 @@
+.\"
+.\" $Id: ngircd.8.nroff,v 1.1 2002/03/31 20:23:06 alex Exp $
+.\"
+
+.TH ngircd 8 "March 2002" ngircd "User Manuals"
+.SH NAME
+ngircd \- the next generation IRC daemon
+.SH SYNOPSIS
+.B ngircd
+.SH DESCRIPTION
+(coming soon)
+.SH OPTIONS
+(coming soon)
+.SH FILES
+(coming soon)
+.SH ENVIRONMENT
+(coming soon)
+.SH DIAGNOSTICS
+(coming soon)
+.SH BUGS
+(coming soon)
+.SH AUTHOR
+Alexander Barton, <alex@barton.de>
+.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
new file mode 100644 (file)
index 0000000..bff113b
--- /dev/null
@@ -0,0 +1,18 @@
+.\"
+.\" $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, <alex@barton.de>
+.SH "SEE ALSO"
+.BR ngircd (8)
+.BR ircd (8)
+
+.\" -eof-