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