aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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