summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-12-07 12:10:07 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2010-12-07 12:29:43 -0800
commit3b3387b4a325607cb8dd5ef5b6ddec5f7ae08bd7 (patch)
tree8d343859ee63e7ca90308823008b368b1ab2c801 /pandoc.cabal
parent581f8f77d5ad8b8c1507e75f8b61fbc82cd1eb70 (diff)
Improved process to create man page from README.
Previously it relied on pandoc already being installed. Now it uses dist/package.conf.inplace.
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,