To add a new translation:

1. Edit Makefile and add your language to the LANGUAGES variable

2. Create the directory to contain the translation. Name it 'no' for
   norwegian, 'ru' for russian etc. This is the ISO 639 language codes.

3. Copy no/Makefile to xx/Makefile (replace xx with your language)

4. Edit xx/Makefile and change the definition of the 'name' variable
   to 'online-docs/xx'

5. Then copy the file you want to translate for the 'C' directory and
   translate the file. Do not change the filename!

6. Learning texinfo, the markup language used is not difficult! ;-)
