diff options
author | Fred Drake <fdrake@acm.org> | 2004-12-05 07:49:00 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-12-05 07:49:00 (GMT) |
commit | c0331de34a77f5f6f94a2124d4a414e873ac9671 (patch) | |
tree | 6056cd25eedf129781e8f5a5af29b38dcb24669c /Doc | |
parent | abef418df9c192f6416b651478742dff4fe515f0 (diff) | |
download | cpython-c0331de34a77f5f6f94a2124d4a414e873ac9671.zip cpython-c0331de34a77f5f6f94a2124d4a414e873ac9671.tar.gz cpython-c0331de34a77f5f6f94a2124d4a414e873ac9671.tar.bz2 |
more version cruft
Diffstat (limited to 'Doc')
-rwxr-xr-x | Doc/tools/push-docs.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/tools/push-docs.sh b/Doc/tools/push-docs.sh index 28a4b31..9e5973e 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" |