From: Michael Orlitzky Date: Mon, 6 Jun 2016 02:34:19 +0000 (-0400) Subject: Spell out the --quiet option to chktex. X-Git-Tag: posZ-submitted-laa~30 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=commitdiff_plain;h=a688c85fecb01a14d1ce3c123c35da5c55083c3e Spell out the --quiet option to chktex. --- diff --git a/makefile b/makefile index 7a9df64..cfe6f20 100644 --- a/makefile +++ b/makefile @@ -6,7 +6,7 @@ LATEX = pdflatex -file-line-error -halt-on-error # The name of this document. -PN := paper +PN = paper # A space-separated list of bib files. These must all belong to paths # contained in your $BIBINPUTS environment variable. @@ -103,7 +103,7 @@ $(PN).bbl: $(SRCS) | $(PN).aux # (Savannah bug 45979), so we just look for empty output. .PHONY: check check: - @[ -z "$(shell chktex -q mjotex.sty)" ] + @[ -z "$(shell chktex --quiet mjotex.sty)" ] # Clean up leftover junk. .PHONY: clean