[yast-commit] r39203 - /trunk/slide-show/SuSELinux/Makefile.am
Author: keichwa Date: Fri Jul 6 13:36:10 2007 New Revision: 39203 URL: http://svn.opensuse.org/viewcvs/yast?rev=39203&view=rev Log: add more langs and distribute them all Modified: trunk/slide-show/SuSELinux/Makefile.am Modified: trunk/slide-show/SuSELinux/Makefile.am URL: http://svn.opensuse.org/viewcvs/yast/trunk/slide-show/SuSELinux/Makefile.am?rev=39203&r1=39202&r2=39203&view=diff ============================================================================== --- trunk/slide-show/SuSELinux/Makefile.am (original) +++ trunk/slide-show/SuSELinux/Makefile.am Fri Jul 6 13:36:10 2007 @@ -8,11 +8,11 @@ # list of languages available in SVN # CAUTION: Czech is "cs", not "cz"! Use the LANG abbrev, not the country! -langs = bg cs da de en es et fi fr hu it ja km lt nb nl pl pt pt_BR ru \ +langs = bg cs da de el en en_GB es et fi fr hr hu it ja km lt nb nl pl pt pt_BR ru \ sl sv uk zh_CN zh_TW # list of languages ready for distribution _and_ installation -dist_langs = en +dist_langs = $(langs) # take the files from txt/LL/*.rtf # txt/*/*.rtf does not work. you get a dir called "txt/*"! dist_lang_files = $(addprefix txt/,$(addsuffix /*.rtf,$(dist_langs))) -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
keichwa@svn.opensuse.org