summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 8a4d80d42..0be9f27bf 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -70,7 +70,10 @@ Data-Files:
README, INSTALL, COPYRIGHT, BUGS, changelog
Extra-Source-Files:
-- sources for man pages
- man/man1/pandoc.1.md, man/man1/markdown2pdf.1.md,
+ man/man1/markdown2pdf.1.md,
+ -- code to create pandoc.1 man page
+ MakeManPage.hs,
+ manpage.template,
-- tests
tests/bodybg.gif,
tests/html-reader.html,