← Back to team overview

ubuntu-developer-manual team mailing list archive

Re: screenshots moved into sibling dir/branch; images-draft branch created; ADD SCREENSHOTS

 

On 01/11/2011 04:06 PM, Kevin Godby wrote:
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
Hi,

Done with revision 81.

Cheers,
Kyle



Follow ups

References