fc723abc29
git-svn-id: file:///home/svn/incoming/trunk@3006 4d416f70-5f16-0410-b530-b9f4589650da
11 lines
398 B
Bash
Executable File
11 lines
398 B
Bash
Executable File
OPTS="-x .ut.rb -x .ts.rb -q"
|
|
|
|
echo "Generating rex..."
|
|
rdoc $OPTS -t "Rex Documentation" -o doc/rex lib/rex
|
|
echo "Generating msfcore"
|
|
rdoc $OPTS -t "Framework Core Documentation" -o doc/msfcore lib/msf/core
|
|
echo "Generating msfbase"
|
|
rdoc $OPTS -t "Framework Base Documentation" -o doc/msfbase lib/msf/base
|
|
echo "Generating msfui"
|
|
rdoc $OPTS -t "Framework UI Documentation" -o doc/msfui lib/msf/ui
|