[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] add missing require.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:36:28 JST 2012


Kouhei Sutou	2012-01-31 11:53:06 +0900 (Tue, 31 Jan 2012)

  New Revision: 025c8cd1cf9e1e2f7f1a48e109540c7baf40b7a8
  https://github.com/mroonga/mroonga/commit/025c8cd1cf9e1e2f7f1a48e109540c7baf40b7a8

  Log:
    add missing require.

  Modified files:
    tools/prepare-sphinx-html.rb

  Modified: tools/prepare-sphinx-html.rb (+1 -0)
===================================================================
--- tools/prepare-sphinx-html.rb    2012-01-31 11:52:52 +0900 (f922908)
+++ tools/prepare-sphinx-html.rb    2012-01-31 11:53:06 +0900 (49dcece)
@@ -6,6 +6,7 @@ if ARGV.size != 2
 end
 
 require 'pathname'
+require "fileutils"
 
 def fix_link(text, extension, language)
   send("fix_#{extension}_link", text, language)
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index