./configure                     \
  --prefix=${INSTALL_ROOT}/usr  \
  $OPTS                         &&
make                            &&
make docs
