specify how things are copied

This commit is contained in:
Benjamin Peterson 2008-12-09 02:03:03 +00:00
parent 2d873bd68b
commit d729aada6a
2 changed files with 2 additions and 2 deletions

View file

@ -587,7 +587,7 @@ def buildPythonDocs():
novername = 'python-docs-html.tar.bz2'
name = 'html-%s.tar.bz2'%(getFullVersion(),)
sourceArchive = os.path.join(DEPSRC, name)
sourceArchive = os.path.join(DEPSRC, novername)
if os.path.exists(sourceArchive):
print "Using local copy of %s"%(name,)