summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-01-20 22:13:19 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-01-20 22:13:19 -0800
commit275a5af61bac60ad99387c186922715e18cb0713 (patch)
treea36d7f4d6daa344971bac87d1794921bae128c3d /INSTALL
parent4d98815edd3438be89ebe7276c55e92363d2181e (diff)
Removed obsolete flag info in INSTALL.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 1 insertions, 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.