1 Star 0 Fork 2

liumingxiang/third_party_tex-hyphen

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Rakefile 855 Bytes
一键复制 编辑 原始数据 按行查看 历史
if ENV['RACK_ENV'] == "production"
task default: %w[build]
else
require 'rspec/core/rake_task'
task default: %w[validate spec build]
end
task :validate do
ruby "tools/yaml/validate-header.rb hyph-utf8/tex/generic/hyph-utf8/patterns/tex"
end
task :spec do
task = RSpec::Core::RakeTask.new
task.pattern = File.join(File.expand_path('../hyph-utf8/source/generic/hyph-utf8', __FILE__), RSpec::Core::RakeTask::DEFAULT_PATTERN)
end
# TODO: Rubocop
task :build do
ruby "hyph-utf8/source/generic/hyph-utf8/generate-converters.rb"
ruby "hyph-utf8/source/generic/hyph-utf8/generate-pattern-loaders.rb"
ruby "hyph-utf8/source/generic/hyph-utf8/generate-ptex-patterns.rb"
ruby "hyph-utf8/source/generic/hyph-utf8/generate-tl-files.rb"
ruby "hyph-utf8/source/generic/hyph-utf8/generate-plain-patterns.rb"
system "tools/make_CTAN_zip.sh"
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liumingxiang1/third_party_tex-hyphen.git
git@gitee.com:liumingxiang1/third_party_tex-hyphen.git
liumingxiang1
third_party_tex-hyphen
third_party_tex-hyphen
master

搜索帮助