summaryrefslogtreecommitdiff
path: root/make-setup-generated.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make-setup-generated.sh')
-rwxr-xr-xmake-setup-generated.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/make-setup-generated.sh b/make-setup-generated.sh
index 7f2183a..05410a5 100755
--- a/make-setup-generated.sh
+++ b/make-setup-generated.sh
@@ -10,7 +10,7 @@ fi
case "$1" in
*-wd*)
STAGE=wd
- STAGENAME="OASIS Working Draft"
+ STAGENAME="Working Draft"
WORKINGDRAFT=`basename "$1" | sed 's/.*-wd//'`
;;
*-os*)
@@ -21,18 +21,18 @@ case "$1" in
*-csd*)
STAGE=csd
WORKINGDRAFT=`basename "$1" | sed 's/.*-csd//'`
- STAGENAME="OASIS Committee Specification Draft $WORKINGDRAFT"
+ STAGENAME="Committee Specification Draft $WORKINGDRAFT"
;;
*-csprd*)
STAGE=csprd
WORKINGDRAFT=`basename "$1" | sed 's/.*-csprd//'`
- STAGENAME="OASIS Committee Specification Draft $WORKINGDRAFT"
+ STAGENAME="Committee Specification Draft $WORKINGDRAFT"
STAGEEXTRATITLE=" / \newline Public Review Draft $WORKINGDRAFT"
STAGEEXTRA=" / Public Review Draft $WORKINGDRAFT"
;;
*-cs*)
STAGE=cs
- STAGENAME="OASIS Committee Specification"
+ STAGENAME="Committee Specification"
WORKINGDRAFT=""
;;
*)