summaryrefslogtreecommitdiff
path: root/dmake/man/readme
blob: f9fc689e6076126719c0539333a7b3c18ee051e8 (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
This directory contains the DMAKE manual page.  The typeset version of the
manual is compressed and uuencoded as this is the only reasonable method of
shipping the control-character filled manpage around.

To unpack the typeset manual page please issue the following sequence of
commands:

	uudecode dmake.uue
	uncompress dmake.Z
	mv dmake dmake.p

NOTE:  You only need to do this if you cannot typeset the manual page
       yourself.

The other two files found here are:

	dmake.tf	- troff source for the manual page, you must use
			  GNU groff to typeset it.
	dmake.nc	- a typeset version of the manual page containing
			  no control characters.

Alternately visit the dmake WWW site, at

	http://www.wticorp.com/dmake/dmake.html

Dennis