freebsd-dev/gnu/usr.bin/groff/Makefile
Jeroen Ruigrok van der Werven c0ecbb30f4 Allow devhtml and grohtml to be built.
This is a new feature of groff and is a html driver for groff.

From the manual page:
"grohtml translates the output of GNU troff to html."

This is very interesting for people working on documentation.
2000-01-12 13:17:51 +00:00

17 lines
479 B
Makefile

# Makefile for groff
#
# $FreeBSD$
SUBDIR= libgroff libdriver libbib \
addftinfo eqn \
grodvi groff grog grohtml grolj4 grops grotty \
indxbib lkbib lookbib man mm nroff \
pfbtops pic psbb refer tbl tfmtodit tmac troff \
devX100 devX100-12 devX75 devX75-12 devascii devdvi \
devhtml devlatin1 devkoi8-r devlj4 devps
# BSD already provides soelim and we don't want xditview compiled be default
MISC= soelim afmtodit doc hpftodit xditview
.include <bsd.subdir.mk>