From d4e89c3cbe5eba8fa7e17123b74d6f6bf6499d26 Mon Sep 17 00:00:00 2001
From: fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>
Date: Sat, 9 Feb 2008 03:22:07 +0000
Subject: [PATCH] Revert "Added note in INSTALL about doing 'make templates' if
 installing using Cabal from svn."

This reverts commit 76c49ebc6361875d97825bab25e173742f0a90ab.
No longer needed, since we'll do templates in cabal configure step.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1227 788f1e2b-df1e-0410-8736-df70ead52e1b
---
 INSTALL | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INSTALL b/INSTALL
index 48792253c..09943881c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -116,7 +116,7 @@ Note:  If you are using GHC 6.6.*, you will need to start by
 replacing `pandoc.cabal` with a version suitable for GHC 6.6:
 
     cp pandoc.cabal pandoc.cabal.orig
-    cp pandoc.cabal.ghc66 pandoc.cabal 
+    cp pandoc.cabal.ghc66 pandoc.cabal
 
 Optional syntax highlighting support
 ------------------------------------