X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9ba66dcc4f4c166fa08512ce0c75e324f26c7b0d..6f1ecb3df81614ff2007088e55ca4ce51e6ae90b:/doc/Rakefile diff --git a/doc/Rakefile b/doc/Rakefile index a10d54cdee..d8af62f5e3 100644 --- a/doc/Rakefile +++ b/doc/Rakefile @@ -3,6 +3,15 @@ require "rubygems" require "colorize" +task :generate do + vars = ['baseurl', 'arvados_api_host', 'arvados_workbench_host'] + vars.each do |v| + if ENV[v] + website.config.h[v] = ENV[v] + end + end +end + require "zenweb/tasks" load "zenweb-textile.rb" load "zenweb-liquid.rb"