upd(codegen): run documentation gen too

This commit is contained in:
Tit Petric
2018-07-17 18:11:03 +02:00
parent f450bdaba6
commit 1b7d50b52d
+1 -1
View File
@@ -5,7 +5,7 @@ _PWD=$PWD
SPECS=$(find $PWD -name 'spec.json' | xargs -n1 dirname)
for SPEC in $SPECS; do
echo "=== spec $SPEC ==="
cd $SPEC && rm -rf spec && ${GOPATH}/bin/spec && cd $_PWD
cd $SPEC && rm -rf spec && ${GOPATH}/bin/spec && cd .. && ./README.php && cd $_PWD
SRC=$(dirname $(dirname $SPEC))
echo "=== codegen $SRC ==="