WATTSI
======

FEATURES
--------

Currently:
 * Number the sections
 * Create Table of Contents
 * Cross-reference <span> and <code> to <dfn>
 * Create small TOC
 * Cross-reference back (<dfn> menu)
 * Strip out unused references
 * Spec splitting


TROUBLESHOOTING
---------------

The code is not 32 bit (or 16 bit!) safe. It needs a 64 bit environment.
This could probably be fixed, but likely isn't worth the hassle.

If you're building on Mac, the compiler there seems to sometimes
default to 32 bit. Make sure to specify the 64 bit compiler by adding
"-Px86_64" to the DEFINES line in build.sh.
