summaryrefslogtreecommitdiff
path: root/textproc/DWB/MESSAGE
blob: b2adcf9861dd36ef21e96127fcc640739ab8ba82 (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
===========================================================================
$NetBSD: MESSAGE,v 1.1 2015/08/22 20:51:31 leot Exp $

Running DWB binaries
--------------------

Most of the binaries have the same name as their respective counterpart in
groff.  To avoid conflicts they have been installed to ${PREFIX}/DWB/bin.
To use them you should add this directory to your PATH variable (e.g. for
sh or ksh):

	PATH=${PREFIX}/DWB/bin:$PATH; export PATH

It is also required to set the DWBHOME to ${PREFIX}/DWB:

	DWBHOME=${PREFIX}/DWB; export DWBHOME

Reading DWB manual pages
------------------------

The manual pages are installed to ${PREFIX}/DWB/man.  Most of DWB's
manual pages are not compatible with mandoc(1) or groff.  It is possible to
read them with e.g.

	tbl <path to file> | nroff -man | col -x | less
===========================================================================