diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-02-09 03:22:07 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-02-09 03:22:07 +0000 |
commit | d4e89c3cbe5eba8fa7e17123b74d6f6bf6499d26 (patch) | |
tree | f69f15c242490087c6e2f3184f1f73bf197e5ffe /INSTALL | |
parent | d4d905f8a84f1f2f7485d00447418c6f9fb574a9 (diff) | |
download | pandoc-d4e89c3cbe5eba8fa7e17123b74d6f6bf6499d26.tar.gz |
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
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ------------------------------------ |