Fixed some little errors with the drawing functions.
[luagame.git] / doc / build_docs.sh
blobb0d3555a4558ebf60809480b790cb6fcec265141
1 #!/bin/bash
3 for i in $( ls *.txt); do
4 echo building: $i
5 asciidoc -a icons -a numbered -a toc $i
6 done