]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
control where this lands by default in dev/doc/ on python.org,
authorFred Drake <fdrake@acm.org>
Thu, 7 Aug 2003 16:05:08 +0000 (16:05 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 7 Aug 2003 16:05:08 +0000 (16:05 +0000)
but check it in on the right branch this time

Doc/tools/push-docs.sh

index ab789e6388fb2354452e4edcb7fc49fd7345f2f7..89f1870df559245cff968f80751c42d0b8888dba 100755 (executable)
@@ -59,6 +59,11 @@ if [ "$1" ] ; then
     shift
 fi
 
+if [ "$DOCTYPE" = 'maint' ] ; then
+    # 'maint' is a symlink
+    DOCTYPE='maint23'
+fi
+
 START="`pwd`"
 MYDIR="`dirname $0`"
 cd "$MYDIR"