From cc9a9c7150250609919e06932aa3da6d4c04d3ff Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 1 May 2016 23:02:22 -0700 Subject: [PATCH] Added docbook5 templates, test files to pandoc.cabal. --- pandoc.cabal | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pandoc.cabal b/pandoc.cabal index 746d0618b..e8252293b 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -39,6 +39,7 @@ Data-Files: data/templates/default.html data/templates/default.html5 data/templates/default.docbook + data/templates/default.docbook5 data/templates/default.tei data/templates/default.beamer data/templates/default.opendocument @@ -145,6 +146,7 @@ Extra-Source-Files: tests/s5-inserts.html tests/tables.context tests/tables.docbook + tests/tables.docbook5 tests/tables.dokuwiki tests/tables.icml tests/tables.html @@ -168,6 +170,7 @@ Extra-Source-Files: tests/writer.latex tests/writer.context tests/writer.docbook + tests/writer.docbook5 tests/writer.html tests/writer.man tests/writer.markdown