aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \