Still WIP; small net_common fix
[galtack.git] / Documentation / mkdoc.sh
blob2deb6e08aa95d6095abf2fc0ba3fbb537d307f6d
1 #!/bin/bash
3 DIR=$(dirname "$PWD/$0")
4 cd "$DIR/.."
5 . ./.release-info
6 cd "$DIR"
7 find "$DIR" -name "[^.]*.txt" -print -exec asciidoc -a "version=${APP_VERSION}" {} \;