diff options
author | Mojca Miklavec <mojca.miklavec@gmail.com> | 2013-05-28 14:13:06 +0000 |
---|---|---|
committer | Mojca Miklavec <mojca.miklavec@gmail.com> | 2013-05-28 14:13:06 +0000 |
commit | 1f235cacb9d3c9e8295e1dc083ad61cda45142a3 (patch) | |
tree | 1ba8540e331090eb43b02e24157509cc589a742b /Master/texmf-dist/source/generic/hyph-utf8 | |
parent | 9cdb47ecb8ff89fe4e6242b6fe80be34f26d5171 (diff) |
rollback accidental downgrade of hyph-utf8 from r30725
git-svn-id: svn://tug.org/texlive/trunk@30757 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/hyph-utf8')
-rw-r--r-- | Master/texmf-dist/source/generic/hyph-utf8/generate-tl-files.rb | 12 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/hyph-utf8/languages.rb | 54 |
2 files changed, 33 insertions, 33 deletions
diff --git a/Master/texmf-dist/source/generic/hyph-utf8/generate-tl-files.rb b/Master/texmf-dist/source/generic/hyph-utf8/generate-tl-files.rb index 632678a4dc2..0b427c9d62d 100644 --- a/Master/texmf-dist/source/generic/hyph-utf8/generate-tl-files.rb +++ b/Master/texmf-dist/source/generic/hyph-utf8/generate-tl-files.rb @@ -9,7 +9,7 @@ $package_name="hyph-utf8" # TODO - make this a bit less hard-coded $path_tex_generic=File.expand_path("../../../tex/generic") $path_TL=File.expand_path("../../../../TL") -$path_language_dat="#{$path_TL}/texmf/tex/generic/config" +$path_language_dat="#{$path_TL}/texmf-dist/tex/generic/config" # hyphen-foo.tlpsrc for TeX Live $path_tlpsrc="#{$path_TL}/tlpkg/tlpsrc" @@ -181,20 +181,20 @@ language_groups.sort.each do |language_name,language_list| $file_tlpsrc.puts language_list.each do |language| if language.use_old_patterns and language.filename_old_patterns != "zerohyph.tex" and language.filename_old_patterns != "copthyph.tex" then - $file_tlpsrc.puts "runpattern f texmf/tex/generic/hyphen/#{language.filename_old_patterns}" + $file_tlpsrc.puts "runpattern f texmf-dist/tex/generic/hyphen/#{language.filename_old_patterns}" end end end if language_name == "greek" then $file_tlpsrc.puts - $file_tlpsrc.puts "docpattern d texmf/doc/generic/elhyphen" + $file_tlpsrc.puts "docpattern d texmf-dist/doc/generic/elhyphen" elsif language_name == "hungarian" then $file_tlpsrc.puts - $file_tlpsrc.puts "docpattern d texmf/doc/generic/huhyphen" + $file_tlpsrc.puts "docpattern d texmf-dist/doc/generic/huhyphen" elsif language_name == "german" then $file_tlpsrc.puts - $file_tlpsrc.puts "runpattern f texmf/tex/generic/hyphen/dehyphtex.tex" - $file_tlpsrc.puts "runpattern f texmf/tex/generic/hyphen/ghyphen.README" + $file_tlpsrc.puts "runpattern f texmf-dist/tex/generic/hyphen/dehyphtex.tex" + $file_tlpsrc.puts "runpattern f texmf-dist/tex/generic/hyphen/ghyphen.README" end $file_tlpsrc.close end diff --git a/Master/texmf-dist/source/generic/hyph-utf8/languages.rb b/Master/texmf-dist/source/generic/hyph-utf8/languages.rb index 97f32a7eaad..a1d580af064 100644 --- a/Master/texmf-dist/source/generic/hyph-utf8/languages.rb +++ b/Master/texmf-dist/source/generic/hyph-utf8/languages.rb @@ -413,8 +413,8 @@ class Languages < Hash "exceptions" => false, "message" => "German hyphenation patterns (traditional orthography)", - "version" => nil, - "last_modified" => "2012-05-30", # For the active project + "version" => "0.3", + "last_modified" => "2013-05-26", # For the active project "type" => "dictionary", "authors" => ["werner_lemberg"], "licence" => "LPPL", @@ -452,8 +452,8 @@ class Languages < Hash "exceptions" => false, "message" => "German hyphenation patterns (reformed orthography)", - "version" => nil, - "last_modified" => "2012-05-30", # For the active project + "version" => "0.3", + "last_modified" => "2013-05-26", # For the active project "type" => "dictionary", "authors" => ["werner_lemberg"], "licence" => "LPPL", @@ -474,8 +474,8 @@ class Languages < Hash "exceptions" => false, "message" => "Swiss-German hyphenation patterns (traditional orthography)", - "version" => nil, - "last_modified" => "2012-05-30", # For the active project + "version" => "0.3", + "last_modified" => "2013-05-26", # For the active project "type" => "dictionary", "authors" => ["werner_lemberg"], "licence" => "LPPL", @@ -1967,27 +1967,27 @@ class Languages < Hash ], }, # georgian -{ - "code" => "ka", - "name" => "georgian", - "use_new_loader" => true, - "use_old_patterns" => false, - "hyphenmin" => [2,3], # TODO - "encoding" => "t8m", - "exceptions" => false, - "message" => "Georgian hyphenation patterns", - - "version" => nil, - "last_modified" => "2013-02-25", # TODO - "type" => "dictionary", - "authors" => [ "levan_shoshiashvili" ], - "licence" => "other-free", - "description_s" => "Georgian hyphenation patterns", - "description_l" => [ - #......................................................................# - "Hyphenation patterns for Georgian in T8M, T8K and UTF-8 encodings.", - ], -}, +#{ +# "code" => "ka", +# "name" => "georgian", +# "use_new_loader" => true, +# "use_old_patterns" => false, +# "hyphenmin" => [2,3], # TODO +# "encoding" => "t8m", +# "exceptions" => false, +# "message" => "Georgian hyphenation patterns", +# +# "version" => nil, +# "last_modified" => "2013-02-25", # TODO +# "type" => "dictionary", +# "authors" => [ "levan_shoshiashvili" ], +# "licence" => "other-free", +# "description_s" => "Georgian hyphenation patterns", +# "description_l" => [ +# #......................................................................# +# "Hyphenation patterns for Georgian in T8M, T8K and UTF-8 encodings.", +# ], +#}, # dumylang -> dumyhyph.tex # nohyphenation -> zerohyph.tex # arabic -> zerohyph.tex |