aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-11-22 08:20:51 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-11-22 08:20:51 +0000
commit4c387a4bc755ea3531787e2e51a6b83a9473259e (patch)
treeb4db58d7ce25b954f75bfc7eea0895efe2ffad4b /pandoc.cabal
parentdb01801199adfa57b98e2b70dcfe0fd50c9a2bbb (diff)
downloadpandoc-4c387a4bc755ea3531787e2e51a6b83a9473259e.tar.gz
Added markdown2pdf.1 to tmp-files in cabal.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1623 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 0339a97fe..bad2c488c 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -129,7 +129,7 @@ Extra-Source-Files:
tests/Diff.hs,
tests/RunTests.hs
Extra-Tmp-Files: man/man1/pandoc.1, man/man1/hsmarkdown.1,
- man/man1/html2markdown.1
+ man/man1/html2markdown.1, man/man1/markdown2pdf.1
Flag highlighting
Description: Compile in support for syntax highlighting of code blocks.