diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-07 23:45:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-07 23:45:04 +0000 |
commit | 602b340986f3fac67efcc0363a158aa136453ce1 (patch) | |
tree | 6308fc4b3fee55b0b7a62f997e3a79d427e6c964 /Master/texmf-dist/source | |
parent | 28f8287b52b9e47d5579c5ee9813513f4c7c918c (diff) |
luaotfloaf 1.06a (7feb10)
git-svn-id: svn://tug.org/texlive/trunk@16937 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/luatex/luaotfload/Makefile | 4 | ||||
-rw-r--r-- | Master/texmf-dist/source/luatex/luaotfload/luaotfload.dtx | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/luatex/luaotfload/Makefile b/Master/texmf-dist/source/luatex/luaotfload/Makefile index 336e136dea1..63d389bb1b4 100644 --- a/Master/texmf-dist/source/luatex/luaotfload/Makefile +++ b/Master/texmf-dist/source/luatex/luaotfload/Makefile @@ -9,11 +9,11 @@ OTFL = $(wildcard otfl-*.lua) COMPILED = $(DOC) UNPACKED = luaotfload.sty luaotfload.lua GENERATED = $(COMPILED) $(UNPACKED) -SOURCE = $(DTX) $(OTFL) README Makefile +SOURCE = $(DTX) $(OTFL) README Makefile News # Files grouped by installation location RUNFILES = $(UNPACKED) $(OTFL) -DOCFILES = $(DOC) README +DOCFILES = $(DOC) README News SRCFILES = $(DTX) Makefile # The following definitions should be equivalent diff --git a/Master/texmf-dist/source/luatex/luaotfload/luaotfload.dtx b/Master/texmf-dist/source/luatex/luaotfload/luaotfload.dtx index c746186018f..090e866db78 100644 --- a/Master/texmf-dist/source/luatex/luaotfload/luaotfload.dtx +++ b/Master/texmf-dist/source/luatex/luaotfload/luaotfload.dtx @@ -34,7 +34,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: luaotfload 2009/12/01 v1.06 ConTeXt font loading system} +\Msg{* Package: luaotfload 2010/02/03 v1.06a ConTeXt font loading system} \Msg{************************************************************************} \keepsilent @@ -100,7 +100,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{luaminimalotf.drv}% - [2009/12/01 v1.06 ConTeXt font loading system]% + [2010/02/03 v1.06a ConTeXt font loading system]% \documentclass{ltxdoc} \EnableCrossrefs \CodelineIndex @@ -131,7 +131,7 @@ and the derived files % \GetFileInfo{luaotfload.drv} % % \title{The \textsf{luaotfload} package} -% \date{2009/12/01 v1.06} +% \date{2010/02/03 v1.06a} % \author{Elie Roux \\ \texttt{elie.roux@telecom-bretagne.eu}} % % \maketitle @@ -225,7 +225,7 @@ luaotfload = { } luaotfload.module = { name = "luaotfload", version = 1.06, - date = "2009/12/01", + date = "2010/02/03", description = "ConTeXt font loading system.", author = "Elie Roux & Hans Hagen", copyright = "Elie Roux", @@ -497,7 +497,7 @@ end \else \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{luaotfload}% - [2009/12/01 v1.06 ConTeXt font loading system] + [2010/02/03 v1.06a ConTeXt font loading system] \RequirePackage{luatextra} \fi |