summaryrefslogtreecommitdiff
path: root/print/teTeX/pkg/INSTALL
blob: ae0d47a43c80b8b42a3fce3da3caec03c74fce62 (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
#! /bin/sh
#
# $NetBSD: INSTALL,v 1.2 1998/08/07 11:11:33 agc Exp $
#

if [ "$PREFIX" = "" ]
then
	PREFIX=/usr/pkg
fi

TEXMF=$PREFIX/share/texmf


cat <<EOT
---------------------------------------------------------------------------
You may consider running $PREFIX/bin/texconfig to adjust for your
local environment, e.g. configure font generation to use a temporary
directory.

For further information have a look at $TEXMF/doc/tetex/.
---------------------------------------------------------------------------

EOT

exit 0