#!/bin/sh -e # part of the gn*nix conspiracy http://gnnix.org # Copyright (C) Linus Sphinx 2004 # func to make the distro system gnxgroff() { export PAGE=letter gnxunwrap $GROFF gnxfilelist start $GROFF gnxconfigure --prefix=${PREFIX} gnxmake PROCESSEDEXAMPLEFILES="" all gnxmake PROCESSEDEXAMPLEFILES="" install ln -s /usr/bin/soelim /usr/bin/zsoelim ln -s /usr/bin/eqn /usr/bin/geqn ln -s /usr/bin/tbl /usr/bin/gtbl gnxfilelist finish $GROFF } #eof