1
0
mirror of https://github.com/balkian/gists.git synced 2024-10-31 23:51:44 +00:00
This commit is contained in:
J. Fernando Sánchez 2015-01-13 11:37:27 -08:00
parent 138dc35014
commit f44ac7bc96

View File

@ -24,6 +24,7 @@ if [ $# -lt 4 ]
fi fi
echo "Generating docs for $ONTO from: $DIR" echo "Generating docs for $ONTO from: $DIR"
echo "Namespace: $NS"
python specgen6.py --indir=$DIR --ns=$NS --prefix=$ONTO --ontofile=$ONTO.owl --outdir=$DIR/spec/latest --templatedir= --outfile=index.html python specgen6.py --indir=$DIR --ns=$NS --prefix=$ONTO --ontofile=$ONTO.owl --outdir=$DIR/spec/latest --templatedir= --outfile=index.html
echo "Uploading to $REMOTE" echo "Uploading to $REMOTE"