#!/bin/bash hvconfig_pre() { sed -i 's:/html::' ${SRC_DIR}/doc/HTML/Makefile.in } hvbuild_post() { for doctype in html ps dvi man pdf rtf tex texi txt; do ln -sf docbook2$doctype /usr/bin/db2$doctype done }