[Python-checkins] python/dist/src/Doc/tools push-docs.sh,1.13.8.2,1.13.8.3

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
2002年10月22日 14:06:28 -0700


Update of /cvsroot/python/python/dist/src/Doc/tools
In directory usw-pr-cvs1:/tmp/cvs-serv15021
Modified Files:
 Tag: release22-maint
	push-docs.sh 
Log Message:
Work around the fact that "maint" alone is a symlink now.
Index: push-docs.sh
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/push-docs.sh,v
retrieving revision 1.13.8.2
retrieving revision 1.13.8.3
diff -C2 -d -r1.13.8.2 -r1.13.8.3
*** push-docs.sh	4 Apr 2002 18:05:19 -0000	1.13.8.2
--- push-docs.sh	22 Oct 2002 21:06:24 -0000	1.13.8.3
***************
*** 60,63 ****
--- 60,68 ----
 fi
 
+ if [ "$DOCTYPE" = 'maint' ] ; then
+ # 'maint' is a symlink
+ DOCTYPE='maint22'
+ fi
+ 
 START="`pwd`"
 MYDIR="`dirname 0ドル`"

AltStyle によって変換されたページ (->オリジナル) /