summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>2018-04-24 11:43:06 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-04-24 11:43:06 -0700
commitb1cbdd87c63d807878522fcb56f2eb4aa5056105 (patch)
tree567b781814f0bdcd8ca3d32ac74182bd5025ec79
parent92bcf6e4b806a013e1889453468f2ed5565c3044 (diff)
_avoid_missing_files
Gbp-Pq: Name 2001_avoid_missing_files.patch
-rw-r--r--pandoc.cabal3
-rw-r--r--test/Tests/Old.hs1
2 files changed, 0 insertions, 4 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index a11a1bb63..a45834820 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -149,8 +149,6 @@ data-files:
data/pptx/[Content_Types].xml
-- stylesheet for EPUB writer
data/epub.css
- -- data for LaTeXMathML writer
- data/LaTeXMathML.js
-- data for dzslides writer
data/dzslides/template.html
-- default abbreviations file
@@ -222,7 +220,6 @@ extra-source-files:
test/rst-reader.rst
test/jats-reader.xml
test/s5-basic.html
- test/s5-fancy.html
test/s5-fragment.html
test/s5-inserts.html
test/tables.context
diff --git a/test/Tests/Old.hs b/test/Tests/Old.hs
index b82251a56..61d2ccf3d 100644
--- a/test/Tests/Old.hs
+++ b/test/Tests/Old.hs
@@ -57,7 +57,6 @@ tests = [ testGroup "markdown"
]
, testGroup "s5"
[ s5WriterTest "basic" ["-s"] "s5"
- , s5WriterTest "fancy" ["-s","-m","-i"] "s5"
, s5WriterTest "fragment" [] "html4"
, s5WriterTest "inserts" ["-s", "-H", "insert",
"-B", "insert", "-A", "insert", "-c", "main.css"] "html4"