diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-05-31 00:50:02 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-05-31 00:50:02 +0000 |
commit | e567060518a0bb17099bb59755d5d17c4cf55dcf (patch) | |
tree | f8e0faaa05aea78c0c31732df13575bb0bcc181c /Master/texmf-dist/source | |
parent | d3d35c48fcf4ab71ef5406e58de150bbe08d8c7d (diff) |
luaotfload update (1.09)
git-svn-id: svn://tug.org/texlive/trunk@18630 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/luatex/luaotfload/Makefile | 12 | ||||
-rw-r--r-- | Master/texmf-dist/source/luatex/luaotfload/luaotfload.dtx | 12 |
2 files changed, 17 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/luatex/luaotfload/Makefile b/Master/texmf-dist/source/luatex/luaotfload/Makefile index 488537445c3..2f38501ec9c 100644 --- a/Master/texmf-dist/source/luatex/luaotfload/Makefile +++ b/Master/texmf-dist/source/luatex/luaotfload/Makefile @@ -12,6 +12,10 @@ UNPACKED = luaotfload.sty luaotfload.lua GENERATED = $(COMPILED) $(UNPACKED) SOURCE = $(DTX) $(OTFL) README Makefile NEWS $(SCRIPT) +# test files +TESTDIR = tests +TESTFILES = $(wildcard $(TESTDIR)/*.tex) + # Files grouped by installation location SCRIPTFILES = $(SCRIPT) RUNFILES = $(UNPACKED) $(OTFL) @@ -41,7 +45,7 @@ DO_MAKEINDEX = makeindex -s gind.ist $(subst .dtx,,$<) >/dev/null 2>&1 all: $(GENERATED) doc: $(COMPILED) unpack: $(UNPACKED) -ctan: $(CTAN_ZIP) +ctan: check $(CTAN_ZIP) tds: $(TDS_ZIP) world: all ctan @@ -80,6 +84,12 @@ install: $(ALL_FILES) @echo "Installing in '$(TEXMFROOT)'." $(run-install) +check: $(RUNFILES) $(TESTFILES) + @for f in $(TESTFILES); do \ + echo "check: luatex $$f"; \ + luatex --interaction=batchmode $$f > /dev/null || exit $$?; \ + done + manifest: @echo "Source files:" @for f in $(SOURCE); do echo $$f; done diff --git a/Master/texmf-dist/source/luatex/luaotfload/luaotfload.dtx b/Master/texmf-dist/source/luatex/luaotfload/luaotfload.dtx index bb2bd3eab1d..975680b8612 100644 --- a/Master/texmf-dist/source/luatex/luaotfload/luaotfload.dtx +++ b/Master/texmf-dist/source/luatex/luaotfload/luaotfload.dtx @@ -35,7 +35,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: luaotfload 2010/05/28 v1.08a ConTeXt font loading system} +\Msg{* Package: luaotfload 2010/05/30 v1.09 ConTeXt font loading system} \Msg{************************************************************************} \keepsilent @@ -102,7 +102,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{luaotfload.drv}% - [2010/05/28 v1.08a ConTeXt font loading system]% + [2010/05/30 v1.09 ConTeXt font loading system]% \documentclass{ltxdoc} \usepackage{metalogo,multicol,mdwlist,fancyvrb} \usepackage[colorlinks=true]{hyperref} @@ -140,7 +140,7 @@ and the derived files % \GetFileInfo{luaotfload.drv} % % \title{The \textsf{luaotfload} package} -% \date{2010/05/28 v1.08a} +% \date{2010/05/30 v1.09} % \author{ Elie Roux\footnote{\texttt{elie.roux@telecom-bretagne.eu}} % \and Khaled Hosny\footnote{\texttt{khaledhosny@eglug.org}}} % @@ -413,8 +413,8 @@ module('luaotfload', package.seeall) luaotfload.module = { name = "luaotfload", - version = 1.08a, - date = "2010/05/28", + version = 1.09, + date = "2010/05/30", description = "ConTeXt font loading system.", author = "Elie Roux & Hans Hagen", copyright = "Elie Roux", @@ -616,7 +616,7 @@ end \else \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{luaotfload}% - [2010/05/28 v1.08a ConTeXt font loading system] + [2010/05/30 v1.09 ConTeXt font loading system] \RequirePackage{luatextra} \fi |