5
TGT_DIR = 'win32_bzr.exe/doc'
7
if not os.path.exists(TGT_DIR):
10
for i in glob.glob('doc/*.htm'):
11
shutil.copy(i, os.path.join('win32_bzr.exe', i))
13
CSS = 'doc/default.css'
14
if os.path.isfile(CSS):
15
shutil.copy(CSS, os.path.join('win32_bzr.exe', CSS))