From 5af0de23cc60ab02b351e075992f6a936acdf19e Mon Sep 17 00:00:00 2001
From: John MacFarlane <fiddlosopher@gmail.com>
Date: Thu, 15 Aug 2013 12:20:57 -0700
Subject: [PATCH] Makefile:  Remove *everything* on 'make veryclean'.

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

diff --git a/Makefile b/Makefile
index b97ab1a5e..b8548a648 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ clean:
 	cabal-dev clean
 
 veryclean: clean
-	cabal-dev clean && rm -rf pandoc-types citeproc-hs
+	rm -rf pandoc-types citeproc-hs dist cabal-dev
 
 pandoc-types:
 	git clone https://github.com/jgm/pandoc-types && \