common/conf/jib-profiles.js
changeset 44734 70bbd6884287
parent 44727 ca162fc20601
child 44894 e1b5a6c45d39
child 45099 cba0b620fd93
--- a/common/conf/jib-profiles.js	Sun Apr 23 21:10:32 2017 +0200
+++ b/common/conf/jib-profiles.js	Sun Apr 23 21:34:02 2017 +0200
@@ -422,7 +422,7 @@
         "linux-x64": {
             target_os: "linux",
             target_cpu: "x64",
-            dependencies: ["devkit", "graphviz"],
+            dependencies: ["devkit", "graphviz", "pandoc"],
             configure_args: concat(common.configure_args_64bit,
                 "--enable-full-docs", "--with-zlib=system"),
             default_make_targets: ["docs-bundles"],
@@ -974,6 +974,14 @@
             module: "graphviz-" + input.target_platform,
             configure_args: "DOT=" + input.get("graphviz", "install_path") + "/dot"
         },
+
+        pandoc: {
+            organization: common.organization,
+            ext: "tar.gz",
+            revision: "1.17.2+1.0",
+            module: "pandoc-" + input.target_platform,
+            configure_args: "PANDOC=" + input.get("pandoc", "install_path") + "/pandoc/pandoc"
+        },
     };
 
     return dependencies;