Build and install groff(1) texinfo(1) documentation.

This commit is contained in:
Ruslan Ermilov 2000-12-06 12:17:01 +00:00
parent f6d2f1c200
commit d6d2925b93
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69677
2 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
SUBDIR= libgroff libdriver libbib \
addftinfo afmtodit eqn grn \
addftinfo afmtodit doc eqn grn \
grodvi groff grog grohtml grolbp grolj4 grops grotty \
hpftodit indxbib lkbib lookbib man mm nroff \
pfbtops pic refer tbl tfmtodit tmac troff \
@ -10,6 +10,6 @@ SUBDIR= libgroff libdriver libbib \
devutf8
# BSD already provides soelim and we don't want xditview compiled by default
MISC= soelim doc xditview
MISC= soelim xditview
.include <bsd.subdir.mk>

View File

@ -0,0 +1,6 @@
# $FreeBSD$
INFO= groff
SRCDIR= ${DIST_DIR}
.include <bsd.info.mk>