aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-04-06 15:04:50 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-04-06 15:04:50 -0700
commit9f3f4298ddb51f73da4a62dfc32394b082dd7fe5 (patch)
tree9f25d298fac13036d1820cf05a08e80f099e00f1
parent11120d619bf15fceb1df265cf05b57b86fde0cb5 (diff)
downloadpandoc-9f3f4298ddb51f73da4a62dfc32394b082dd7fe5.tar.gz
Moved some doc files from data-files to extra-source-files.
They aren't needed at runtime. We keep README and COPYRIGHT in data to ensure that they'll be available on all systems on which pandoc is installed. Closes #1123.
-rw-r--r--pandoc.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 202546093..d3b4bb1ce 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -79,8 +79,10 @@ Data-Files:
-- sample lua custom writer
data/sample.lua
-- documentation
- README, INSTALL, COPYRIGHT, BUGS, CONTRIBUTING.md, changelog
+ README, COPYRIGHT
Extra-Source-Files:
+ -- documentation
+ INSTALL, BUGS, CONTRIBUTING.md, changelog
-- code to create pandoc.1 man page
man/man1/pandoc.1.template,
man/man5/pandoc_markdown.5.template,