X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=blobdiff_plain;f=GNUmakefile;h=f3352b6c0769a670832fff6c4a2089b2fc2d0876;hp=4b738f096e9b6155e840c40f73c418fb9d09a6ff;hb=a090c8f0a3d92160d8e14b7328b8045b067b5bbd;hpb=2719020929ee56f190a9e0e91083fb70ee086c9c diff --git a/GNUmakefile b/GNUmakefile index 4b738f0..f3352b6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -135,8 +135,9 @@ check-boxes: $(PN).log # Run chktex to find silly mistakes. There is some exit code weirdness # (Savannah bug 45979), so we just look for empty output. .PHONY: check-chktex +CHKTEX = chktex --localrc .chktexrc --quiet --inputfiles=0 check-chktex: - @[ -z "$(shell chktex --quiet mjotex.sty)" ] + @[ -z "$(shell $(CHKTEX) mjotex.sty)" ] # Ensure that there are no undefined references in the document by # parsing the log file for said warnings.