Update for change in documentation root

This commit is contained in:
markm 2006-07-31 11:53:37 +00:00
parent fcc3851d3c
commit 111356ac30
1 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ import os.path
if "sdist" in sys.argv:
import shutil
if not os.path.exists("documentation"):
shutil.move(r"pywinauto\website", "documentation")
shutil.move(r"website", "documentation")
@ -74,5 +74,5 @@ controls also.
if "sdist" in sys.argv:
if not os.path.exists(r"pywinauto\website"):
shutil.move("documentation", r"pywinauto\website")
if not os.path.exists(r"website"):
shutil.move("documentation", r"website")