Kouhei Sutou
null+****@clear*****
Fri Oct 31 14:54:37 JST 2014
Kouhei Sutou 2014-10-31 14:54:37 +0900 (Fri, 31 Oct 2014) New Revision: b40e3905122c9b0161888d3088a9009b24bc94e1 https://github.com/groonga/groonga-query-log/commit/b40e3905122c9b0161888d3088a9009b24bc94e1 Message: Support releasing to groonga.org Modified files: Rakefile Modified: Rakefile (+4 -2) =================================================================== --- Rakefile 2014-10-31 14:54:27 +0900 (8c7c8bf) +++ Rakefile 2014-10-31 14:54:37 +0900 (7ded508) @@ -1,6 +1,6 @@ # -*- mode: ruby; coding: utf-8 -*- # -# Copyright (C) 2012 Kouhei Sutou <kou �� clear-code.com> +# Copyright (C) 2012-2014 Kouhei Sutou <kou �� clear-code.com> # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -37,7 +37,9 @@ Packnga::DocumentTask.new(spec) do |task| task.translate_languages = ["ja"] end -Packnga::ReleaseTask.new(spec) do +groonga_org_dir = Dir.glob("{..,../../www}/groonga.org").first +Packnga::ReleaseTask.new(spec) do |task| + task.index_html_dir = groonga_org_dir end desc "Run tests" -------------- next part -------------- HTML����������������������������... Download