aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-12-18 09:46:20 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-12-18 09:46:20 -0800
commit559b12ee3a2f741298c1a1ae063db6582c34370e (patch)
tree9402684ccd52f5acc917baf779e1f344c21e6500 /Makefile
parenta45fb0ac3889ca22ec0024f8fd17d2d5835e1e41 (diff)
downloadpandoc-559b12ee3a2f741298c1a1ae063db6582c34370e.tar.gz
Makefile: Fix checkdocs target.
Diffstat (limited to 'Makefile')
-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 \