diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |