]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
more version cruft
authorFred Drake <fdrake@acm.org>
Sun, 5 Dec 2004 07:49:00 +0000 (07:49 +0000)
committerFred Drake <fdrake@acm.org>
Sun, 5 Dec 2004 07:49:00 +0000 (07:49 +0000)
Doc/tools/push-docs.sh

index 28a4b31589d1cf61bfab69224b28601b8af21814..9e5973eb131d1bccd6fbe76ee8a3024387632f0d 100755 (executable)
@@ -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"