./configure
make
+You can then "make install" to install in the prefix you gave to
+the configure script (/usr/local by default).
+
To build a source release, use "make dist"; this will include the
configure script and all the bits of automake/autoconf/libtool that
-are necessary for an independent install.
+are necessary for an independent install. You'll find the resulting
+tarball in builds/cvc4-${VERSION}.tar.gz.
+
+To build documentation, use "make doc". Documentation is produced
+under doc/ but is not installed by "make install".
*** Dependencies
DX_PDF_FEATURE(OFF)
DX_PS_FEATURE(OFF)
-DX_DOT_FEATURE(ON)
+DX_DOT_FEATURE(OFF)
DX_INIT_DOXYGEN($PACKAGE_NAME, config/doxygen.cfg, $srcdir/doc)
AC_ARG_VAR(CXXTEST, [path to CxxTest installation])