To make a new universe visible to the main mtu program you will need to unpack
a universe, change directory into the newly created directory, and run
src/utility/install.univ.sh .  Yes, it is kinda' lame, but it works, and is
better than distributting one big tarball with every universe sitting on my
hard drive.

if you are currently using version 0.10.0 or older and wish to keep using
your existing (trade/alleg etc.) codes, you should build and run
src/utility/t_code_conv.  This is a one-shot operation, and doesn't deserve
a make file entry.  To build it, cd to src/utility and enter:

cc -ot_code_conv t_code_conv.c

Once built, run it by typing:

t_code_conv <old config file> <new config dir>

With my setup (hanging off of /usr), I enter:

t_code_conv /usr/traveller/data/t_code.cfg /usr/traveller/data/mtu/data

NOTE:  This appends entries to the (new) data files, so it may be a good
idea to run sort/uniq on the data files.  And always, have backups handy.

Unfortunately, the only real docs is the source code itself.

Mark

