From 222a0dda65524871cd694c16eec44c5f6159651c Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 6 Dec 2000 12:17:01 +0000 Subject: Build and install groff(1) texinfo(1) documentation. --- gnu/usr.bin/groff/Makefile | 4 ++-- gnu/usr.bin/groff/doc/Makefile | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 gnu/usr.bin/groff/doc/Makefile (limited to 'gnu') diff --git a/gnu/usr.bin/groff/Makefile b/gnu/usr.bin/groff/Makefile index 81b7fa7..70e457f 100644 --- a/gnu/usr.bin/groff/Makefile +++ b/gnu/usr.bin/groff/Makefile @@ -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 diff --git a/gnu/usr.bin/groff/doc/Makefile b/gnu/usr.bin/groff/doc/Makefile new file mode 100644 index 0000000..6381812 --- /dev/null +++ b/gnu/usr.bin/groff/doc/Makefile @@ -0,0 +1,6 @@ +# $FreeBSD$ + +INFO= groff +SRCDIR= ${DIST_DIR} + +.include -- cgit v1.1