diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-04-28 12:49:02 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-04-28 12:49:02 +0000 |
commit | 4a04278ac62c20ad50487a25b98c30d52c4fc746 (patch) | |
tree | 2682b47d9d8aa9921f3aa71f0798154989ee81bb | |
parent | 6fd50e7c3279666198d8187bfa1bf67bec209b0c (diff) |
Fixing typo in r12835.
git-svn-id: svn://tug.org/texlive/trunk@12836 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-luatex.tlpsrc | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/luatex.tlpsrc | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc b/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc index a55f2e036cc..614b9294151 100644 --- a/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc @@ -1,4 +1,4 @@ -name collection-xetex +name collection-luatex category Collection shortdesc LuaTeX packages longdesc Packages for LuaTeX, a Unicode-aware extension of pdfTeX, using Lua diff --git a/Master/tlpkg/tlpsrc/luatex.tlpsrc b/Master/tlpkg/tlpsrc/luatex.tlpsrc index 476b5ee4da5..0b7360c5171 100644 --- a/Master/tlpkg/tlpsrc/luatex.tlpsrc +++ b/Master/tlpkg/tlpsrc/luatex.tlpsrc @@ -1,5 +1,10 @@ name luatex category TLCore +shortdesc The LuaTeX engine. +longdesc LuaTeX is an extended version of pdfTeX using Lua as an embedded +longdesc scripting language. The LuaTeX projects main objective is to provide an +longdesc open and configurable variant of TeX while at the same time offering +longdesc downward compatibility. http://luatex.org/ execute BuildFormat luatex docpattern d texmf-dist/doc/luatex docpattern f texmf/doc/man/man1/luatex.* |