diff --git a/Makefile b/Makefile index 4b9619f3e..52df69a09 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ install: done; \ # Check if groff reports warnings (may be words of sentences not displayed) -# from http://lintian.debian.org/tags/manpage-has-errors-from-man.html +# from http://lintian.debian.org/tags/manpage-has-errors-from-man.html check-groff-warnings: GROFF_LOG="$$(mktemp --tmpdir manpages-checksXXXX)" || exit $$?; \ for i in man?/*.[1-9]; \