mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 06:15:24 +00:00
build system: fix descriptions of language list generation tasks
This commit is contained in:
parent
b9847f2bd6
commit
3c1b472ea9
8
Rakefile
8
Rakefile
@ -870,22 +870,22 @@ namespace :dev do
|
||||
puts prereqs.map { |p| sprintf("%-#{longest}s => %s", p[0], p[1].sort.join(" ")) }.join("\n")
|
||||
end
|
||||
|
||||
desc "Create iso639_language_list.cpp from system ISO code list"
|
||||
desc "Create iso639_language_list.cpp from online ISO code lists"
|
||||
task :iso639_list do
|
||||
create_iso639_language_list_file
|
||||
end
|
||||
|
||||
desc "Create iso3166_country_list.cpp from system ISO code list"
|
||||
desc "Create iso3166_country_list.cpp from online ISO & UN code lists"
|
||||
task :iso3166_list do
|
||||
create_iso3166_country_list_file
|
||||
end
|
||||
|
||||
desc "Create iso15924_script_list.cpp from official script list"
|
||||
desc "Create iso15924_script_list.cpp from online ISO script list"
|
||||
task :iso15924_list do
|
||||
create_iso15924_script_list_file
|
||||
end
|
||||
|
||||
desc "Create iana_language_subtag_registry_list.cpp from official list"
|
||||
desc "Create iana_language_subtag_registry_list.cpp from online IANA registry"
|
||||
task :iana_language_subtag_registry_list do
|
||||
Mtx::IANALanguageSubtagRegistry.create_cpp
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user