aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-01-18 08:43:56 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-01-18 09:18:13 -0800
commit1091614f07bf2a3e688a23c55bba51998fe319d1 (patch)
treea4cd0af8670d8e3d510aea3fa4290dbc46d76de7
parent63ae9076297de804b74c5dc945b2e853739a1c78 (diff)
downloadpandoc-1091614f07bf2a3e688a23c55bba51998fe319d1.tar.gz
Fixed typo in Makefile.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index da6eabbe2..330f83e87 100644
--- a/Makefile
+++ b/Makefile
@@ -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