summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-12-05 07:49:00 (GMT)
committerFred Drake <fdrake@acm.org>2004-12-05 07:49:00 (GMT)
commitc0331de34a77f5f6f94a2124d4a414e873ac9671 (patch)
tree6056cd25eedf129781e8f5a5af29b38dcb24669c /Doc
parentabef418df9c192f6416b651478742dff4fe515f0 (diff)
downloadcpython-c0331de34a77f5f6f94a2124d4a414e873ac9671.zip
cpython-c0331de34a77f5f6f94a2124d4a414e873ac9671.tar.gz
cpython-c0331de34a77f5f6f94a2124d4a414e873ac9671.tar.bz2
more version cruft
Diffstat (limited to 'Doc')
-rwxr-xr-xDoc/tools/push-docs.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/tools/push-docs.sh b/Doc/tools/push-docs.sh
index 28a4b31..9e5973e 100755
--- a/Doc/tools/push-docs.sh
+++ b/Doc/tools/push-docs.sh
@@ -85,6 +85,11 @@ if [ "$1" ] ; then
shift
fi
+if [ "$DOCTYPE" = 'maint' ] ; then
+ # 'maint' is a symlink
+ DOCTYPE='maint24'
+fi
+
START="`pwd`"
MYDIR="`dirname $0`"
cd "$MYDIR"