summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-01-20 21:22:51 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-01-20 21:22:51 -0800
commit1d615908c2c346c034aa63f572f5f112638d8ff4 (patch)
tree1ce3dc4984020a3a7dac69ed032450a4dc7c9f7e /pandoc.cabal
parentb4a6c023431fcb313f04afa4c0d222c977c6d27c (diff)
Removed markdown2pdf and documentation.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal29
1 files changed, 1 insertions, 28 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 8dd133192..d9d18fe28 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -84,14 +84,11 @@ Data-Files:
-- documentation
README, INSTALL, COPYRIGHT, BUGS, changelog
Extra-Source-Files:
- -- sources for man pages
- man/man1/markdown2pdf.1.md,
-- code to create pandoc.1 man page
MakeManPage.hs,
man/man1/pandoc.1.template,
man/man5/pandoc_markdown.5.template,
-- generated man pages (produced post-build)
- man/man1/markdown2pdf.1,
man/man1/pandoc.1,
man/man5/pandoc_markdown.5,
-- benchmarks
@@ -174,31 +171,21 @@ Extra-Source-Files:
tests/lhs-test.nohl.html+lhs,
tests/lhs-test.fragment.html+lhs
Extra-Tmp-Files: man/man1/pandoc.1,
- man/man1/markdown2pdf.1,
man/man5/pandoc_markdown.5
Source-repository head
type: git
location: git://github.com/jgm/pandoc.git
-Flag threaded
- Description: Compile markdown2pdf with -threaded option.
- Default: True
Flag executable
Description: Build the pandoc executable.
Default: True
Flag library
Description: Build the pandoc library.
Default: True
-Flag wrappers
- Description: Build the wrappers (markdown2pdf).
- Default: True
Flag tests
Description: Build test-pandoc.
Default: False
-Flag benchmarks
- Description: Build benchmark-pandoc.
- Default: False
Library
-- Note: the following material must be in both Library and Executable stanzas.
@@ -334,21 +321,7 @@ Executable pandoc
-- END DUPLICATED SECTION
Main-Is: pandoc.hs
- if flag(executable) || flag(wrappers)
- Buildable: True
- else
- Buildable: False
-
-Executable markdown2pdf
- Hs-Source-Dirs: src
- Main-Is: markdown2pdf.hs
- if flag(threaded)
- Ghc-Options: -Wall -threaded
- else
- Ghc-Options: -Wall
- Ghc-Prof-Options: -auto-all -rtsopts
- Extensions: CPP
- if flag(wrappers)
+ if flag(executable)
Buildable: True
else
Buildable: False