]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
Spell out the --quiet option to chktex.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 6 Jun 2016 02:34:19 +0000 (22:34 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 6 Jun 2016 02:34:19 +0000 (22:34 -0400)
makefile

index 7a9df645e7066ed45043c65afac036ba91211d03..cfe6f2016f92e8f6fd580bad4267521ab6f00df4 100644 (file)
--- 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