Fixed typo in Makefile.

This commit is contained in:
John MacFarlane 2018-01-18 08:43:56 -08:00
parent 63ae907629
commit 1091614f07

View file

@ -42,7 +42,7 @@ dist: man/pandoc.1
cd pandoc-${version}
stack setup && stack test && cd .. && rm -rf "pandoc-${version}"
packages: checkdocs sanitycheck winpkg debpkg macospkg
packages: checkdocs winpkg debpkg macospkg
checkdocs: README.md
! grep -n -e "\t" MANUAL.txt changelog