From c0331de34a77f5f6f94a2124d4a414e873ac9671 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sun, 5 Dec 2004 07:49:00 +0000 Subject: [PATCH] more version cruft --- 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 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" -- 2.47.3