aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2015-03-28 15:37:02 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2015-03-28 15:40:50 -0700
commit3f20fb3f9f8ccb2e6476e116e196b7e70ac559bb (patch)
tree6e639b274ab0e33d19d157b015ec197bc93f95ae /pandoc.cabal
parent524d284b88cc61a9cd958e2679effd1d0a01e1ac (diff)
downloadpandoc-3f20fb3f9f8ccb2e6476e116e196b7e70ac559bb.tar.gz
Always build man pages. Removed make-pandoc-man-pages flag.
Updated INSTALL instructions. Makefile: removed man target, now that we generate man pages by default.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal9
1 files changed, 1 insertions, 8 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 52b8d82a8..c9f583c68 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -231,10 +231,6 @@ Flag https
Description: Enable support for downloading of resources over https.
Default: True
-Flag make-pandoc-man-pages
- Description: Build program to regenerate pandoc man pages from README.
- Default: False
-
Flag network-uri
Description: Get Network.URI from the network-uri package
Default: True
@@ -442,10 +438,7 @@ Executable make-pandoc-man-pages
old-time >= 1.0 && < 1.2,
time >= 1.2 && < 1.6
Default-Language: Haskell98
- if flag(make-pandoc-man-pages)
- Buildable: True
- else
- Buildable: False
+ Buildable: True
Executable make-reference-files
Main-Is: make-reference-files.hs