aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-05-12 12:30:30 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-05-12 12:30:30 -0700
commit06edff7402bc88ca99723b718b83a5ea95860b33 (patch)
tree86218d5f2fd61180e408934d4d61e3655133b87c
parent02b8608aab21d29316013512bc6cdeb65245a485 (diff)
downloadpandoc-06edff7402bc88ca99723b718b83a5ea95860b33.tar.gz
Added default.icml to data-files so it installs with the package.
-rw-r--r--changelog3
-rw-r--r--pandoc.cabal1
2 files changed, 2 insertions, 2 deletions
diff --git a/changelog b/changelog
index 4339376df..10dff74fc 100644
--- a/changelog
+++ b/changelog
@@ -14,8 +14,7 @@ pandoc (1.12.4.1)
* Updated copyright notices (Albert Krewinkel).
- * Fixed templates. The previous release did not include up-to-date
- templates, due to a packaging error.
+ * Added default.icml to data files so it installs with the package.
pandoc (1.12.4)
diff --git a/pandoc.cabal b/pandoc.cabal
index 6b0952513..f29ee8fb1 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -45,6 +45,7 @@ Data-Files:
data/templates/default.docbook,
data/templates/default.beamer,
data/templates/default.opendocument,
+ data/templates/default.icml,
data/templates/default.opml,
data/templates/default.latex,
data/templates/default.context,