#!/bin/bash # Groff does not like to be made in parallel??? hvconfig_pre() { export PAGE=letter CONFIGURE_OPTS+=" --enable-multibyte" } hvconfig_post() { unset PAGE } hvbuild_post() { # Some documentation programs, such as xman, will not work properly without # the following symlinks: ln -fsv eqn /usr/bin/geqn ln -fsv tbl /usr/bin/gtbl }