1<?xml version='1.0' standalone='yes'?> 2 3<ctx:job> 4 <ctx:message>Lua Documentation Generator</ctx:message> 5 <ctx:preprocess> 6 <ctx:processors> 7 <ctx:processor name='ldx'>mtxrun --script x-ldx.lua <ctx:value name='old'/> <ctx:value name='new'/></ctx:processor> 8 </ctx:processors> 9 <ctx:files> 10 <ctx:file processor='ldx'><ctx:value name='old'/></ctx:file> 11 </ctx:files> 12 </ctx:preprocess> 13 <ctx:flags> 14 <ctx:flag>purge</ctx:flag> 15 <ctx:flag>forcexml</ctx:flag> 16 </ctx:flags> 17 <ctx:process> 18 <ctx:resources> 19 <ctx:environment>x-ldx.mkiv</ctx:environment> 20 </ctx:resources> 21 </ctx:process> 22</ctx:job> 23 24 |