summaryrefslogtreecommitdiff
path: root/test-groff.in
blob: f13c5e4488f75c5e0e8241e8abf61cf2ea0548c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#! /bin/sh
#
# Copyright (C) 1989-2000, 2001, 2002, 2003, 2004, 2005
#   Free Software Foundation, Inc.
# 
# This file is part of groff.
# 
# groff is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version 2, or (at your option) any later
# version.
# 
# groff is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
# for more details.
# 
# You should have received a copy of the GNU General Public License along
# with groff; see the file COPYING.  If not, write to the Free Software
# Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA.
#
# 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/preconv$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+"$@"}