diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-01-20 22:13:19 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-01-20 22:13:19 -0800 |
commit | 275a5af61bac60ad99387c186922715e18cb0713 (patch) | |
tree | a36d7f4d6daa344971bac87d1794921bae128c3d /INSTALL | |
parent | 4d98815edd3438be89ebe7276c55e92363d2181e (diff) | |
download | pandoc-275a5af61bac60ad99387c186922715e18cb0713.tar.gz |
Removed obsolete flag info in INSTALL.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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. |