Makefile: Fix checkdocs target.
This commit is contained in:
parent
a45fb0ac38
commit
559b12ee3a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue