• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
10cd $TM_PROJECT_DIRECTORY/Doc
11make html 2&gt;&amp;1 | pre
12
13rescan_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>
24