ubuntu-developer-manual team mailing list archive
-
ubuntu-developer-manual team
-
Mailing list archive
-
Message #00182
Re: screenshots moved into sibling dir/branch; images-draft branch created; ADD SCREENSHOTS
Hey, Kyle.
As long as you're updating the Makefile and scripts... There are some
bug fixes that didn't get transferred across to the dev manual
repository.
The xindy command line should look like this:
xindy -C ${XINDYCODEPAGE} -M texindy -M page-ranges -M word-order
-L ${XINDYLANG} ${TEXFILE}.idx
where
XINDYLANG=$(grep -v "^#" langcodes.txt | grep "^${POLANG}" | awk
'{ print $3 }' || echo -n "general")
XINDYCODEPAGE=$(grep -v "^#" langcodes.txt | grep "^${POLANG}" |
awk '{ print $4 }' || echo -n "utf8")
I've attached a copy of the updated langcodes.txt file, too.
--Kevin
# Language codes listing
# Code Language xindy_language xindy_codepage
ar arabic general utf8
ast asturian general utf8
bg bulgarian bulgarian utf8
bn bengali general utf8
ca catalan general utf8
cs czech czech utf8
da danish danish utf8
de german german-din utf8
el greek greek utf8
en_GB english english utf8
eo esperanto esperanto utf8
es spanish spanish-modern utf8
et estonian estonian utf8
fa persian general utf8
fi finnish finnish utf8
fr french french utf8
gl galician general utf8
grc ancient-greek greek utf8
hi hindi general utf8
hu hungarian hungarian utf8
ia interlingua general utf8
id indonesian general utf8
it italian italian utf8
ja japanese general utf8
ko korean general utf8
la latin latin utf8
lt lithuanian lithuanian utf8
ml malayalam general utf8
mr marathi general utf8
ms malay general utf8
nb norwegian-bokmal norwegian utf8
nl dutch dutch ij-as-ij-utf8
oc occitan general utf8
pl polish polish utf8
pt_BR brazilian-portuguese portuguese utf8
pt portuguese portuguese utf8
ro romanian romanian utf8
ru russian russian utf8
sl slovenian slovenian utf8
sq albanian albanian utf8
sr serbian serbian utf8
ta tamil tamil utf8
te telugu general utf8
th thai general utf8
uk ukrainian ukrainian utf8
vi vietnamese general utf8
zh_CH chinese general utf8
zh_CN chinese-simplified general utf8
zh_TW chinese-traditional general utf8
Follow ups
References