summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/lualatex/luacode/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/lualatex/luacode/Makefile')
-rw-r--r--Master/texmf-dist/source/lualatex/luacode/Makefile2
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."