Skip to content

Commit

Permalink
add small shell script to generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
peritus committed Jan 7, 2013
1 parent 8259adb commit d5397b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/make_docs.sh
@@ -0,0 +1,4 @@
#!/bin/bash

test -d gh-pages || git clone `git remote show origin|grep Fetch|awk '{print $3}'` gh-pages -b gh-pages
cd src/ && ../bin/libdoc HttpLibrary.HTTP ../gh-pages/HttpLibrary.html

0 comments on commit d5397b6

Please sign in to comment.