"Fossies" - the Fresh Open Source Software archive

Member "sphinx-2.0.7-release-win64/api/ruby/install.rb" of archive sphinx-2.0.7-release-win64.zip:


require 'fileutils'

sphinx_config = File.dirname(__FILE__) + '/../../../config/sphinx.yml'
FileUtils.cp File.dirname(__FILE__) + '/sphinx.yml.tpl', sphinx_config unless File.exist?(sphinx_config)
puts IO.read(File.join(File.dirname(__FILE__), 'README'))