summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-07-02 08:01:22 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-07-02 08:01:22 -0700
commitdce8dd6e6bba4970eb0a58be12141108587b026d (patch)
tree3999c71bb925fdbe457607b7c427e3eaad258faa
parent49da3e70cdf38d411574d3299798d11df80bbe35 (diff)
Added man page source files to extra-source-files.
-rw-r--r--pandoc.cabal7
1 files changed, 6 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index e082fde96..fcd49e0bd 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -109,7 +109,12 @@ Data-Files:
Extra-Source-Files:
-- documentation
INSTALL, BUGS, CONTRIBUTING.md, changelog
- -- trypandoc
+ -- files needed to build man page
+ man/capitalizeHeaders.hs
+ man/removeNotes.hs
+ man/removeLinks.hs
+ man/pandoc.1.template
+ -- trypandoc
trypandoc/Makefile
trypandoc/index.html
-- tests