diff options
Diffstat (limited to 'Master/texmf-dist/source/luatex/luamplib/Makefile')
-rw-r--r-- | Master/texmf-dist/source/luatex/luamplib/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/luatex/luamplib/Makefile b/Master/texmf-dist/source/luatex/luamplib/Makefile index 998b0ffacb0..d1729897fb0 100644 --- a/Master/texmf-dist/source/luatex/luamplib/Makefile +++ b/Master/texmf-dist/source/luatex/luamplib/Makefile @@ -44,6 +44,8 @@ $(UNPACKED): $(DTX) check: $(UNPACKED) luatex -interaction=batchmode test-$(NAME)-plain.tex >/dev/null lualatex -interaction=batchmode test-$(NAME)-latex.tex >/dev/null + ! grep "blank space" test-$(NAME)-plain.log + ! grep "blank space" test-$(NAME)-latex.log $(CTAN_ZIP): $(SOURCES) $(DOC) $(TDS_ZIP) @echo "Making $@ for CTAN upload." @@ -72,8 +74,8 @@ install: check $(ALL) $(run-install) clean: - @latexmk -silent -c $(DTX) >/dev/null - @rm -f -- *.log + @latexmk -silent -c $(DTX) *.tex >/dev/null + @rm -f -- *.log test*.pdf mrproper: clean @rm -f -- $(GENERATED) $(ZIPS) |