summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-02-09 03:22:07 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-02-09 03:22:07 +0000
commitd4e89c3cbe5eba8fa7e17123b74d6f6bf6499d26 (patch)
treef69f15c242490087c6e2f3184f1f73bf197e5ffe
parentd4d905f8a84f1f2f7485d00447418c6f9fb574a9 (diff)
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
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
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
------------------------------------