]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Work around the fact that "maint" alone is a symlink now.
authorFred Drake <fdrake@acm.org>
Tue, 22 Oct 2002 21:06:24 +0000 (21:06 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 22 Oct 2002 21:06:24 +0000 (21:06 +0000)
Doc/tools/push-docs.sh

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