office-gobmx/dmake/man/readme

13 lines
496 B
Text
Raw Normal View History

This directory contains the DMAKE manual page.
2000-09-22 09:33:37 -05:00
The files found here are:
2000-09-22 09:33:37 -05:00
dmake.tf - troff source for the manual page, you must use GNU groff
to typeset it or copy it as dmake.1 into a directory in
your search path for man pages to view it with the man
command.
2000-09-22 09:33:37 -05:00
dmake.nc - a typeset version of the manual page containing no control
characters. Generated with:
"groff -mman -rcR=0 -Tlatin1 -P -bcu dmake.tf > dmake.nc"