Adding appendices wordlists.

It is highly recommended that correctly spelled Dutch words are added
to the lists.  However a lot of words may not be useful to others,
because they are using another vocabulary.  A physist might use a word
like "onzekerheidsrelatie" and a biologist might use "drosophila" a
lot.  To avoid very large wordlists with words one never uses we
choose to use appendices wordlists (.wla files).  There basenames
reflect the area where these words are used: physics, chemistry,
religious, &c.

If you want to add an appendix wordlist you should consider very
carefully if it is of any use.  You should check if the word list is
free of rights and if the list can be distributed under the terms of
the General Public License (If you haven't read it: READ IT NOW!).

Creating an appendix wordlist consisting of only 100 words is hardly
useful to others and it would be better if you use this as a private
wordlist.  If however you have a far more bigger list with generic
words (not names and such) you might add it in the configure.in file
in the top directory of the source package.  Almost at the end of the
configure.in file you'll find lines reading:

	eb_USE_WORD_LIST_APPENDIX(chemistry)
	eb_USE_WORD_LIST_APPENDIX(energy)
	eb_USE_WORD_LIST_APPENDIX(physics)

Add such a line and make the proper modifications so that it refers to
your appendix.  Only the basename (no directory or extension) is
required here.  This is the only place where the name of the appendix
wordlist (.wla) is needed.  The appendix wordlist (.wla) should be put
in the wl directory.  You need to document the addition of the
appendix wordlist in the ChangeLog file.

Additionally you should give this package another version number so
that it will never conflict with other releases.  The version number
is specified in the configure.in file as well.  Look at the top for a
lines containing something like this:

	PACKAGE=dutch
	VERSION=0.0

Append your name (without spaces or other special characters) at the
end of the version string.  If your name is "grumble" it would become:

	PACKAGE=dutch
	VERSION=0.0grumble

Please do not increase the version number if you are not the
maintainer of this package.  If you don't know if you are the
maintainer of this package, you are probably not.

After adding the appendix the scripts need to be recreated to cope
with the addition.  From the top source directory, one should call:

	automake
	autoconf
	./configure

If all this went well you should change to the wl directory and call:

	make update-wla

This command will sort the wordlists and the appendix wordlists and
will remove duplicates as well.
