From dce8dd6e6bba4970eb0a58be12141108587b026d Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Thu, 2 Jul 2015 08:01:22 -0700
Subject: [PATCH] Added man page source files to extra-source-files.

---
 pandoc.cabal | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

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