diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-04-02 16:45:28 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-04-02 16:45:28 -0700 |
commit | 976929a4a49fb6548e1cc3f847b70f195e9a3029 (patch) | |
tree | 97d8ea018875ef576cdd0df732d656cb8fb2c916 | |
parent | 4ed247ec87bf281faf6fc01ebc345f7f74ccda43 (diff) | |
download | pandoc-976929a4a49fb6548e1cc3f847b70f195e9a3029.tar.gz |
Add test/writer.xwiki to cabal extra-source-files.
-rw-r--r-- | pandoc.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 549dc7ffa..1e9ba9f10 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -288,6 +288,7 @@ extra-source-files: test/writer.opml test/writer.dokuwiki test/writer.zimwiki + test/writer.xwiki test/writer.muse test/writer.custom test/writers-lang-and-dir.latex |