aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-07-01 16:29:44 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-07-01 16:29:44 -0700
commit28cb50503b2f9428de34dee0d62f2e46f1c0fa59 (patch)
tree2e6d0f770ac5892b66368c2fa2a6310a57b71fda /pandoc.cabal
parent958a615b759aaa45333bac7f12a2a35b2d8c8b34 (diff)
downloadpandoc-28cb50503b2f9428de34dee0d62f2e46f1c0fa59.tar.gz
Generate man page in cabal build process and include in data/.
The pandoc.1 man page is generated automatically after the cabal build process. It goes in `data/pandoc.1`. It can be obtained by the user who installs pandoc via cabal thus: pandoc --print-default-data-file pandoc.1 > pandoc.1
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index f7f743072..8d69358fb 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -106,6 +106,8 @@ Data-Files:
data/sample.lua
-- documentation
README, COPYRIGHT
+ -- man page (generated by Setup.hs after build:)
+ data/pandoc.1
Extra-Source-Files:
-- documentation
INSTALL, BUGS, CONTRIBUTING.md, changelog