diff options
author | Marius <mariausol@gmail.com> | 2013-09-09 13:20:26 +0300 |
---|---|---|
committer | Marius <mariausol@gmail.com> | 2013-09-09 13:20:26 +0300 |
commit | 44de30964e33453cd417a52f980eebf3fc1a0d31 (patch) | |
tree | e2f70c7bd8f3dd9b0de2cf8338ea5f6f0a472d4d /scripts | |
parent | cd00fa38da8153404c3a0efbff80fefa08f05082 (diff) | |
download | context-44de30964e33453cd417a52f980eebf3fc1a0d31.tar.gz |
beta 2013.09.09 11:46
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/context/lua/mtxlibs.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/context/lua/mtxlibs.lua b/scripts/context/lua/mtxlibs.lua index ad90a66dd..ae9d70108 100644 --- a/scripts/context/lua/mtxlibs.lua +++ b/scripts/context/lua/mtxlibs.lua @@ -111,6 +111,7 @@ local ownlibs = { "lxml-aux.lua", "lxml-xml.lua", + "trac-xml.lua", -- handy for helpinfo } package.path = "t:/sources/?.lua;t:/sources/?;" .. package.path |