Makefile: tfix

Signed-off-by: Alexander Miller <alex.miller@gmx.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alexander Miller 2016-04-18 13:49:32 +01:00 committed by Michael Kerrisk
parent 851124df28
commit 6c60c0965f
1 changed files with 1 additions and 1 deletions

View File

@ -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]; \