summary refs log tree commit diff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2013-01-01 15:09:09 +0100
committerAlexander Barton <alex@barton.de>2013-01-01 15:11:31 +0100
commit8ec09e3ca47a8d2ca0502831d77f7edc8c4749a6 (patch)
tree65d912c707a106c175d7078c4eedf32fdd5e61e5 /doc/Makefile.am
parent289a26e9e43be303a7355ab530ddcaa84aca60b9 (diff)
downloadngircd-8ec09e3ca47a8d2ca0502831d77f7edc8c4749a6.tar.gz
ngircd-8ec09e3ca47a8d2ca0502831d77f7edc8c4749a6.zip
Add doc/Commands.txt which should document all commands
This document can be used as "help text", too, see configuration option
"HelpFile" in ngircd.conf(5).

Please note that this file in its current state is far from complete, only
a few commands are documented, but you should get an idea how it works.

So please send in patches adding the remaining parts! :-)
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 2b9b3aab..eb6fa937 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -19,6 +19,7 @@ SUFFIXES = .tmpl
 static_docs = \
 	Bopm.txt \
 	Capabilities.txt \
+	Commands.txt \
 	Contributing.txt \
 	FAQ.txt \
 	GIT.txt \