summaryrefslogtreecommitdiff
path: root/docgen
diff options
context:
space:
mode:
authorTom Gilbert <tom@linuxbrit.co.uk>2005-07-31 01:21:02 +0000
committerTom Gilbert <tom@linuxbrit.co.uk>2005-07-31 01:21:02 +0000
commitadb719c8e886fead559802bfce868ddfce001a80 (patch)
treeb9b45ad201f3fa48cd7b5432195d0b62849f19cb /docgen
parentd30940cb5ff75cf7eab81f6a588b3b5297a762ad (diff)
Sun Jul 31 02:20:08 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
* Updated docgen to generate rdoc again with the new repo structure * added new restart command to the core bot, quits irc and reexecs the bot, to pick up new code/libraries etc.
Diffstat (limited to 'docgen')
-rwxr-xr-xdocgen2
1 files changed, 1 insertions, 1 deletions
diff --git a/docgen b/docgen
index bae6c807..c7943409 100755
--- a/docgen
+++ b/docgen
@@ -1,3 +1,3 @@
#!/bin/sh
-rdoc -a --exclude 'rbot/(db)?plugins/' --main rbot.rb -d
+rdoc -a -i 'lib' --exclude '(data/|setup.rb|post-config.rb|rbotconfig.rb|timertest.rb)' --main lib/rbot/ircbot.rb -o doc lib bin