head	1.2;
access;
symbols
	RELENG_2_1_7_RELEASE:1.1.1.1
	RELENG_2_1_6_1_RELEASE:1.1.1.1
	RELENG_2_1_6_RELEASE:1.1.1.1
	RELENG_2_1_5_RELEASE:1.1.1.1
	RELENG_2_1_0_RELEASE:1.1.1.1
	RELENG_2_1_0:1.1.1.1.0.4
	RELENG_2_1_0_BP:1.1.1.1
	RELENG_2_0_5_RELEASE:1.1.1.1
	RELENG_2_0_5:1.1.1.1.0.2
	RELENG_2_0_5_BP:1.1.1.1
	RELENG_2_0_5_ALPHA:1.1.1.1
	V1_09:1.1.1.1
	FSF:1.1.1;
locks; strict;
comment	@# @;


1.2
date	96.09.08.00.59.26;	author pst;	state dead;
branches;
next	1.1;

1.1
date	95.01.15.08.08.11;	author pst;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	95.01.15.08.08.12;	author pst;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Groff is dead...
@
text
@#! /bin/sh
# This script runs groff without requiring that it be installed.
# The current directory must be the build directory.

builddir=.
srcdir=`echo $0 | sed -e 's;/[^/]*$;;'`

if test ! -d groff || test ! -r groff/groff
then
	echo $0 must be run with the build directory as the current directory 2>&1
	exit 1
fi

PATH=$builddir/troff:$builddir/pic:$builddir/eqn:$builddir/tbl:$builddir/refer:$builddir/soelim:$builddir/grops:$builddir/grodvi:$builddir/grotty:$srcdir/$builddir/xditview:$PATH

test -n "$srcdir" || srcdir=.

XENVIRONMENT=`cd $srcdir; pwd`/xditview/GXditview.ad
export XENVIRONMENT

GROFF_COMMAND_PREFIX=
GROFF_FONT_PATH=$builddir:$srcdir
GROFF_TMAC_PATH=$srcdir/tmac:$srcdir/troff
export PATH GROFF_COMMAND_PREFIX GROFF_FONT_PATH GROFF_TMAC_PATH

exec $builddir/groff/groff ${1+"$@@"}
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@groff-1.09
@
text
@@
