Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact
Show
Ignore:
Timestamp:
08/13/09 06:13:09 (3 years ago)
Author:
larsivi
Message:

Another merge fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tags/releases/0.99.8/doc/dil/tango_doc.py

    r4854 r4855  
    109109  is_svn = not path.SRC.exists 
    110110  if is_svn: 
    111     path.SRC = path 
     111    path.SRC.mkdir()  
     112    print "Copying tango/ and object.di to import/."  
     113    (path/"tango").copytree(path.SRC/"tango")  
     114    (path/"object.di").copy(path.SRC)  
    112115  path.license = path/"LICENSE" 
    113116  path.favicon = Path("tango_favicon.png") # Look in CWD atm.