]> git.parisson.com Git - deefuzzer.git/commitdiff
add make_doc
authoryomguy <yomguy@parisson.com>
Fri, 23 Mar 2012 11:50:23 +0000 (12:50 +0100)
committeryomguy <yomguy@parisson.com>
Fri, 23 Mar 2012 11:50:23 +0000 (12:50 +0100)
scripts/dev/make_doc.sh [new file with mode: 0755]

diff --git a/scripts/dev/make_doc.sh b/scripts/dev/make_doc.sh
new file mode 100755 (executable)
index 0000000..6fb58ce
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh
+# needs epydoc
+
+dir=/home/momo/dev/deefuzzer/doc/
+
+epydoc -n deefuzzer -u https://github.com/yomguy/DeeFuzzer -o $dir deefuzzer/
+rsync -a $dir doc.parisson.com:/var/www/files/doc/deefuzzer/
+