Makefile: Fix checkdocs target.

This commit is contained in:
John MacFarlane 2020-12-18 09:46:20 -08:00
parent a45fb0ac38
commit 559b12ee3a

View file

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