From 275a5af61bac60ad99387c186922715e18cb0713 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 20 Jan 2012 22:13:19 -0800 Subject: Removed obsolete flag info in INSTALL. --- INSTALL | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 20b89750b..ad6147113 100644 --- a/INSTALL +++ b/INSTALL @@ -64,13 +64,10 @@ you will need [zip-archive], [blaze-html], and [highlighting-kate]. - `executable`: build the pandoc executable (default yes) - `library`: build the pandoc library (default yes) - - `wrappers`: build the wrapper `markdown2pdf` (default yes) - - `highlighting`: compile with syntax highlighting support (increases - the size of the executable) (default no) So, for example, - --flags="-executable -wrappers highlighting" + --flags="-executable" tells Cabal to build the library but not the executables, and to compile with syntax highlighting support. -- cgit v1.2.3