Skip to content

Commit

Permalink
add Shebangs to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Hannan committed May 20, 2011
1 parent 0ef3cb4 commit ffba824
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/clear_docs
@@ -1 +1,2 @@
#!/bin/sh
rm *.html edoc-info erlang.png stylesheet.css overview.edoc
1 change: 1 addition & 0 deletions doc/gen_docs
@@ -1,3 +1,4 @@
#!/bin/sh
# Generate html docs from src code comment using edoc
./gen_overview_doc
erl -pa ../../bson/ebin/ ../../mongodb/ebin -eval 'edoc:application(mongodb, [{index_columns, 1}, {sort_functions, false}, {preprocess, true}]), init:stop()' -noshell
1 change: 1 addition & 0 deletions doc/gen_overview_doc
@@ -1,2 +1,3 @@
#!/bin/sh
# Generate overview.edoc from README.md using sed script from http://github.com/hdiedrich/markedoc
sed -E -f ~/markedoc/bin/markedoc.sed ../README.md | sed s/\&/and/g | sed 's|http://github.com/TonyGen/bson-erlang|../bson/index.html|' | sed 's|http://github.com/TonyGen/mongodb-erlang/blob/master/src/mongo.erl|mongo.html|' > overview.edoc

0 comments on commit ffba824

Please sign in to comment.