[Python-checkins] python/nondist/peps pep2html.py,1.40,1.41

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Mon, 26 Aug 2002 10:02:11 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv30513

Modified Files:
	pep2html.py 
Log Message:
push_pep(): Be sure the reST pep.css file gets pushed out too.


Index: pep2html.py
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep2html.py,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** pep2html.py	26 Aug 2002 16:54:54 -0000	1.40
--- pep2html.py	26 Aug 2002 17:02:09 -0000	1.41
***************
*** 375,378 ****
--- 375,379 ----
      files.extend(txtfiles)
      files.append("style.css")
+     files.append("pep.css")
      filelist = SPACE.join(files)
      rc = os.system("scp %s %s %s" % (quiet, filelist, target))