From: Fred Drake Date: Sun, 5 Dec 2004 07:49:00 +0000 (+0000) Subject: more version cruft X-Git-Tag: v2.4.1c1~174 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c0331de34a77f5f6f94a2124d4a414e873ac9671;p=thirdparty%2FPython%2Fcpython.git more version cruft --- diff --git a/Doc/tools/push-docs.sh b/Doc/tools/push-docs.sh index 28a4b31589d1..9e5973eb131d 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"