blob: 09ecf714cc4e777bd25ba1f98a5cf56bf35f6ea0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?xml version='1.0' standalone='yes'?>
<ctx:job>
<ctx:message>TeX Documentation Generator</ctx:message>
<ctx:preprocess>
<ctx:processors>
<ctx:processor name='ted'>mtxrun --script modules --convert --prep <ctx:value name='old'/></ctx:processor>
</ctx:processors>
<ctx:files>
<ctx:file processor='ted'><ctx:value name='old'/></ctx:file>
</ctx:files>
</ctx:preprocess>
<ctx:flags>
<ctx:flag>global</ctx:flag>
<ctx:flag>prep</ctx:flag>
<ctx:flag>purge</ctx:flag>
</ctx:flags>
<ctx:process>
<ctx:resources>
<ctx:module>mod-01</ctx:module>
</ctx:resources>
</ctx:process>
</ctx:job>
|