Module: ngircd.git
Branch: master
Commit: f419a369bff178c84525f600180878c2ca61110e
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=f419a369…
Author: Alexander Barton <alex(a)barton.de>
Date: Sat Mar 19 14:56:05 2011 +0100
Doxygen: Remove header.inc.html and ngircd-doc.css from distribution
---
doc/src/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/src/Makefile.am b/doc/src/Makefile.am
index 0eaa80d..0d27b7e 100644
--- a/doc/src/Makefile.am
+++ b/doc/src/Makefile.am
@@ -1,6 +1,6 @@
#
# ngIRCd -- The Next Generation IRC Daemon
-# Copyright (c)2001-2008 Alexander Barton (alex(a)barton.de)
+# Copyright (c)2001-2011 Alexander Barton (alex(a)barton.de) and Contributors.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -9,7 +9,7 @@
# Please read the file COPYING, README and AUTHORS for more information.
#
-EXTRA_DIST = Doxyfile header.inc.html footer.inc.html ngircd-doc.css
+EXTRA_DIST = Doxyfile footer.inc.html
maintainer-clean-local:
rm -f Makefile Makefile.in
Module: ngircd.git
Branch: master
Commit: 152b529abf6caa60f4fbd705b39bd19bbb9deae9
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=152b529a…
Author: Alexander Barton <alex(a)barton.de>
Date: Fri Mar 18 11:15:48 2011 +0100
ngircd.conf.5: describe types of variables
Describe the possible types of variables in ngircd.conf:
booleans, text strings, integer numbers.
And add type information to each variable description.
---
man/ngircd.conf.5.tmpl | 126 ++++++++++++++++++++++++++---------------------
1 files changed, 70 insertions(+), 56 deletions(-)
Diff: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commitdiff;h=152b…