symbian-qemu-0.9.1-12/python-2.6.1/Misc/TextMate/Python-Dev.tmbundle/Commands/Build Docs.tmCommand
equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
|
3 <plist version="1.0"> |
|
4 <dict> |
|
5 <key>beforeRunningCommand</key> |
|
6 <string>nop</string> |
|
7 <key>command</key> |
|
8 <string># XXX Leopard-specific unless have easy way to specific alternative Python executable. |
|
9 |
|
10 cd $TM_PROJECT_DIRECTORY/Doc |
|
11 make html 2>&1 | pre |
|
12 |
|
13 rescan_project</string> |
|
14 <key>input</key> |
|
15 <string>none</string> |
|
16 <key>name</key> |
|
17 <string>Build Docs</string> |
|
18 <key>output</key> |
|
19 <string>showAsHTML</string> |
|
20 <key>uuid</key> |
|
21 <string>6EF151E5-7149-4F82-8796-0CC40FE589FA</string> |
|
22 </dict> |
|
23 </plist> |