From 1091614f07bf2a3e688a23c55bba51998fe319d1 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Thu, 18 Jan 2018 08:43:56 -0800
Subject: [PATCH] Fixed typo in Makefile.

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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