diff options
author | Karl Berry <karl@freefriends.org> | 2013-03-31 23:44:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-03-31 23:44:06 +0000 |
commit | ab58cc28266fe58eb6293cca6bf08262eb103719 (patch) | |
tree | b9b458a93269d5d8b40b4ae10cdbc804bce9b56e /Master/texmf-dist/scripts/context | |
parent | 21d4c66b858e7e5a624693762b51ccd29c7c989e (diff) |
context-rst (30mar13)
git-svn-id: svn://tug.org/texlive/trunk@29575 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/context')
-rw-r--r-- | Master/texmf-dist/scripts/context/lua/third/rst/mtx-t-rst.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/scripts/context/lua/third/rst/mtx-t-rst.lua b/Master/texmf-dist/scripts/context/lua/third/rst/mtx-t-rst.lua index 08782a9a8d3..6735b1dd7b4 100644 --- a/Master/texmf-dist/scripts/context/lua/third/rst/mtx-t-rst.lua +++ b/Master/texmf-dist/scripts/context/lua/third/rst/mtx-t-rst.lua @@ -5,7 +5,7 @@ -- DESCRIPTION: context script interface for the reStructuredText module -- REQUIREMENTS: latest ConTeXt MkIV -- AUTHOR: Philipp Gesang (Phg), <megas.kapaneus@gmail.com> --- CREATED: 2011-08-28 12:43:49+0200 +-- CHANGED: 2013-03-27 00:25:32+0100 -------------------------------------------------------------------------------- -- @@ -14,12 +14,12 @@ scripts.rst = { } environment.loadluafile("rst_parser") -local ea = environment.argument +local ea = environment.argument local helpinfo = [[ =============================================================== The reStructuredText module, command line interface. - © 2010--2011 Philipp Gesang. License: 2-clause BSD. + © 2010--2013 Philipp Gesang. License: 2-clause BSD. Home: <https://bitbucket.org/phg/context-rst/> =============================================================== |