Changeset 4855 for tags/releases/0.99.8
- Timestamp:
- 08/13/09 06:13:09 (3 years ago)
- Files:
-
- tags/releases/0.99.8/doc/dil/tango_doc.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tags/releases/0.99.8/doc/dil/tango_doc.py
r4854 r4855 109 109 is_svn = not path.SRC.exists 110 110 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) 112 115 path.license = path/"LICENSE" 113 116 path.favicon = Path("tango_favicon.png") # Look in CWD atm.












