From 559b12ee3a2f741298c1a1ae063db6582c34370e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 18 Dec 2020 09:46:20 -0800 Subject: Makefile: Fix checkdocs target. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4749d2f3f..07fc6c772 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ dist: man/pandoc.1 check: checkdocs check-cabal checkdocs: - ! grep -n -e "\t" MANUAL.txt changelog + ! grep -q -n -e "\t" MANUAL.txt changelog.md debpkg: man/pandoc.1 docker run -v `pwd`:/mnt \ -- cgit v1.2.3