diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-02-14 17:24:28 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-02-14 17:24:28 +0000 |
commit | bdcd54a48572d2049eb485194ea0b5a6adcc4d55 (patch) | |
tree | 73ae8fadca7f34ebd70a8e2d2bafe9effdef6e1e | |
parent | a1eadcdbc1f4326f1f16cdfb89eada0153656b52 (diff) | |
download | pandoc-bdcd54a48572d2049eb485194ea0b5a6adcc4d55.tar.gz |
Make wrappers flag False by default.
This can change when we've got haskell versions of all
the wrappers.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1544 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index a01461522..1500aeacc 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -135,7 +135,7 @@ Flag executable Default: True Flag wrappers Description: Build the wrappers (hsmarkdown, html2markdown, markdown2pdf). - Default: True + Default: False Flag library Description: Build the pandoc library. Default: True |