/contrib/groff/test-groff.in
https://bitbucket.org/freebsd/freebsd-head/ · Autoconf · 34 lines · 27 code · 5 blank · 2 comment · 0 complexity · e36fbefee3cb93ad5e125b82d0abd6a7 MD5 · raw file
- #! /bin/sh
- # This script runs groff without requiring that it be installed.
- SEP='@PATH_SEPARATOR@'
- builddir=@abs_top_builddir@/src
- srcdir=@abs_top_srcdir@
- GROFF_BIN_PATH=\
- $builddir/roff/groff$SEP\
- $builddir/roff/troff$SEP\
- $builddir/preproc/pic$SEP\
- $builddir/preproc/eqn$SEP\
- $builddir/preproc/tbl$SEP\
- $builddir/preproc/grn$SEP\
- $builddir/preproc/refer$SEP\
- $builddir/preproc/soelim$SEP\
- $builddir/preproc/html$SEP\
- $builddir/devices/grops$SEP\
- $builddir/devices/grodvi$SEP\
- $builddir/devices/grotty$SEP\
- $builddir/devices/grolj4$SEP\
- $builddir/devices/grolbp$SEP\
- $builddir/devices/grohtml$SEP\
- $builddir/devices/xditview
- XENVIRONMENT=$srcdir/src/devices/xditview/GXditview.ad
- export XENVIRONMENT
- GROFF_COMMAND_PREFIX=
- GROFF_FONT_PATH=$builddir/../font$SEP$srcdir/font
- GROFF_TMAC_PATH=$srcdir/tmac
- export GROFF_BIN_PATH GROFF_COMMAND_PREFIX GROFF_FONT_PATH GROFF_TMAC_PATH
- exec $builddir/roff/groff/groff ${1+"$@"}