From f44ac7bc9608d27b206d58c7ef62b96fba68e4e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Tue, 13 Jan 2015 11:37:27 -0800 Subject: [PATCH] --- ontology.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ontology.sh b/ontology.sh index 9905031..b261ba6 100644 --- a/ontology.sh +++ b/ontology.sh @@ -24,6 +24,7 @@ if [ $# -lt 4 ] fi 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 echo "Uploading to $REMOTE"