diff options
author | Karl Berry <karl@freefriends.org> | 2012-01-24 23:14:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-01-24 23:14:11 +0000 |
commit | e6a078a453f42b1e7ec75f0cf626e80f5c51e6f2 (patch) | |
tree | 167ca34dfdb833669c0146ce0cc39d4ffbde99fb /Master/texmf-dist/source/lualatex/luacode/Makefile | |
parent | 7ace44c0bbe443f7ae53252d5f96380cf2a767cf (diff) |
luacode (23jan12)
git-svn-id: svn://tug.org/texlive/trunk@25193 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/lualatex/luacode/Makefile')
-rw-r--r-- | Master/texmf-dist/source/lualatex/luacode/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/lualatex/luacode/Makefile b/Master/texmf-dist/source/lualatex/luacode/Makefile index 86534b2bad9..dcc90a75a98 100644 --- a/Master/texmf-dist/source/lualatex/luacode/Makefile +++ b/Master/texmf-dist/source/lualatex/luacode/Makefile @@ -5,6 +5,7 @@ DTX = $(NAME).dtx DOC = $(NAME).pdf STY = $(NAME).sty TEST = test-$(NAME).tex +TESTLOG = test-$(NAME).log UNPACKED = $(STY) $(TEST) GENERATED = $(UNPACKED) $(DOC) @@ -41,6 +42,7 @@ $(UNPACKED): $(DTX) check: $(UNPACKED) lualatex -interaction=batchmode $(TEST) >/dev/null + ! grep 'blank space' $(TESTLOG) $(CTAN_ZIP): $(DOC) $(SOURCES) $(TDS_ZIP) @echo "Making $@ for CTAN upload." |