X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/39138c85883383830cc0a93032a77b100c672e55..3c8aecebabdfeea3fd607789b48e38fba9ef5ce7:/doc/Rakefile diff --git a/doc/Rakefile b/doc/Rakefile index dca19a334c..623dbd033b 100644 --- a/doc/Rakefile +++ b/doc/Rakefile @@ -12,6 +12,12 @@ require "rubygems" require "colorize" +module Zenweb + class Site + @binary_files = %w[png jpg gif eot svg ttf woff2? ico pdf m4a t?gz xlsx] + end +end + task :generate => [ :realclean, 'sdk/python/arvados/index.html', 'sdk/R/arvados/index.html', 'sdk/java-v2/javadoc/index.html' ] do vars = ['baseurl', 'arvados_cluster_uuid', 'arvados_api_host', 'arvados_workbench_host'] vars.each do |v| @@ -21,6 +27,10 @@ task :generate => [ :realclean, 'sdk/python/arvados/index.html', 'sdk/R/arvados/ end end +file ["install/new_cluster_checklist_Azure.xlsx", "install/new_cluster_checklist_AWS.xlsx"] do |t| + cp(t, t) +end + file "sdk/python/arvados/index.html" do |t| if ENV['NO_SDK'] || File.exists?("no-sdk") next @@ -147,6 +157,7 @@ end require "zenweb/tasks" load "zenweb-textile.rb" load "zenweb-liquid.rb" +load "zenweb-fix-body.rb" task :extra_wirings do $website.pages["sdk/python/python.html.textile.liquid"].depends_on("sdk/python/arvados/index.html")