From 2c1b927c950196c5d0ca7f33c998888e6c6347e7 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 7 Aug 2003 16:05:08 +0000 Subject: control where this lands by default in dev/doc/ on python.org, but check it in on the right branch this time --- Doc/tools/push-docs.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/tools/push-docs.sh b/Doc/tools/push-docs.sh index ab789e6..89f1870 100755 --- a/Doc/tools/push-docs.sh +++ b/Doc/tools/push-docs.sh @@ -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" -- cgit v0.12