Description: avoid missing files during build Author: Jonas Smedegaard Last-Update: 2017-07-21 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/pandoc.cabal +++ b/pandoc.cabal @@ -95,8 +95,6 @@ data/odt/META-INF/manifest.xml -- stylesheet for EPUB writer data/epub.css - -- data for LaTeXMathML writer - data/LaTeXMathML.js -- data for dzslides writer data/dzslides/template.html -- sample lua custom writer @@ -141,7 +139,6 @@ tests/mediawiki-reader.wiki tests/rst-reader.rst tests/s5-basic.html - tests/s5-fancy.html tests/s5-fragment.html tests/s5-inserts.html tests/tables.context --- a/tests/Tests/Old.hs +++ b/tests/Tests/Old.hs @@ -92,7 +92,6 @@ ] , testGroup "s5" [ s5WriterTest "basic" ["-s"] "s5" - , s5WriterTest "fancy" ["-s","-m","-i"] "s5" , s5WriterTest "fragment" [] "html" , s5WriterTest "inserts" ["-s", "-H", "insert", "-B", "insert", "-A", "insert", "-c", "main.css"] "html"