Skip to content

Commit

Permalink
Add build-docs script
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Hoelz committed Jun 13, 2011
1 parent c517e6a commit 1a58feb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build-docs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

for dir in $(find . -type d -name doc); do
cd $dir
vim -c 'helptags .' -c 'quit' -u NONE
cd $OLDPWD
done

0 comments on commit 1a58feb

Please sign in to comment.