Skip to content

Commit d5397b6

Browse files
committed
add small shell script to generate docs
1 parent 8259adb commit d5397b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/make_docs.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
test -d gh-pages || git clone `git remote show origin|grep Fetch|awk '{print $3}'` gh-pages -b gh-pages
4+
cd src/ && ../bin/libdoc HttpLibrary.HTTP ../gh-pages/HttpLibrary.html

0 commit comments

Comments
 (0)