Revert "Added note in INSTALL about doing 'make templates' if installing using Cabal from svn."

This reverts commit 76c49ebc63.
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
This commit is contained in:
fiddlosopher 2008-02-09 03:22:07 +00:00
parent d4d905f8a8
commit d4e89c3cbe

View file

@ -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
------------------------------------