GROFF COMPILATION FIX
authorNick Handel <nhandel@NeoSoft.com>
Sun, 28 Feb 1993 00:00:00 +0000 (00:00 +0000)
committerNick Handel <nhandel@NeoSoft.com>
Sun, 28 Feb 1993 00:00:00 +0000 (00:00 +0000)
commitb0f007a21bcf54c5ff047cc2354e2b490dc08638
tree93f2e237956e5a9cb83cd3f92c45b4af50867d3e
parent09c5f00da72d2af07fc9c588cd1a145b6a507711
GROFF COMPILATION FIX

Nick Handel:
A "make" from /usr/src will abort due to the absence of a "./grotty"
subdirectory in "/usr/src/usr.bin/groff". The source code for this "grotty"
program is apparently too valuable to distribute, as it was not included.
The binary distribution includes a compiled version, however.  The patch
removes the reference to "grotty" in "/usr/src/usr.bin/groff/Makefile",
and groff should now compile fine.

This patch nolonger removes the reference to "grotty" in
"/usr/src/usr.bin/groff/Makefile", it now supplies the directory and
the missing files.  The source to grotty was obtain from the bsd-sources
on gatekeeper.dec.com.  The version number of this grotty matches that
of the supplied binary.  Also most of files in the groff tree that this
grotty came from are identical to those in the 386bsd 0.1 distribution.

Although it is not the intent of the patchkit to support public software,
this was a piece of code that was provided with the initial distrubution,
thus the error of ommiting the source is being corrected.

AUTHOR: Nick Handel (nick@madhouse.neosoft.com)
AUTHOR: Rodney W. Grimes (rgrimes@agora.rain.com)
386BSD-Patchkit: patch00085
usr/src/usr.bin/groff/grotty/Makefile [new file with mode: 0755]
usr/src/usr.bin/groff/grotty/Makefile.gnu [new file with mode: 0755]
usr/src/usr.bin/groff/grotty/TODO [new file with mode: 0755]
usr/src/usr.bin/groff/grotty/grotty.1 [new file with mode: 0755]
usr/src/usr.bin/groff/grotty/grotty.cc [new file with mode: 0755]