summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-05-27 20:46:33 +0000
committerKarl Berry <karl@freefriends.org>2013-05-27 20:46:33 +0000
commit16b92a961842471d20630e8073a88339eaffa123 (patch)
tree0531840fc16437adc6da811fdb7d8ebe550b11bc /Master/texmf-dist/source/generic
parent81c16301d465b13d51307af7735318440b8b2014 (diff)
hyph-utf8 (27may13)
git-svn-id: svn://tug.org/texlive/trunk@30725 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic')
-rw-r--r--Master/texmf-dist/source/generic/hyph-utf8/generate-tl-files.rb12
-rw-r--r--Master/texmf-dist/source/generic/hyph-utf8/languages.rb54
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 0b427c9d62d..632678a4dc2 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-dist/tex/generic/config"
+$path_language_dat="#{$path_TL}/texmf/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-dist/tex/generic/hyphen/#{language.filename_old_patterns}"
+ $file_tlpsrc.puts "runpattern f texmf/tex/generic/hyphen/#{language.filename_old_patterns}"
end
end
end
if language_name == "greek" then
$file_tlpsrc.puts
- $file_tlpsrc.puts "docpattern d texmf-dist/doc/generic/elhyphen"
+ $file_tlpsrc.puts "docpattern d texmf/doc/generic/elhyphen"
elsif language_name == "hungarian" then
$file_tlpsrc.puts
- $file_tlpsrc.puts "docpattern d texmf-dist/doc/generic/huhyphen"
+ $file_tlpsrc.puts "docpattern d texmf/doc/generic/huhyphen"
elsif language_name == "german" then
$file_tlpsrc.puts
- $file_tlpsrc.puts "runpattern f texmf-dist/tex/generic/hyphen/dehyphtex.tex"
- $file_tlpsrc.puts "runpattern f texmf-dist/tex/generic/hyphen/ghyphen.README"
+ $file_tlpsrc.puts "runpattern f texmf/tex/generic/hyphen/dehyphtex.tex"
+ $file_tlpsrc.puts "runpattern f texmf/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 a1d580af064..97f32a7eaad 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" => "0.3",
- "last_modified" => "2013-05-26", # For the active project
+ "version" => nil,
+ "last_modified" => "2012-05-30", # 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" => "0.3",
- "last_modified" => "2013-05-26", # For the active project
+ "version" => nil,
+ "last_modified" => "2012-05-30", # 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" => "0.3",
- "last_modified" => "2013-05-26", # For the active project
+ "version" => nil,
+ "last_modified" => "2012-05-30", # 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