summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-12-06 12:17:01 +0000
committerru <ru@FreeBSD.org>2000-12-06 12:17:01 +0000
commit222a0dda65524871cd694c16eec44c5f6159651c (patch)
treed35128ba04fb6bec89b8c26901a47ff24d57525a /gnu
parentd25a686048dc018e9ed3e50bd3421bee39fcd7aa (diff)
downloadFreeBSD-src-222a0dda65524871cd694c16eec44c5f6159651c.zip
FreeBSD-src-222a0dda65524871cd694c16eec44c5f6159651c.tar.gz
Build and install groff(1) texinfo(1) documentation.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/groff/Makefile4
-rw-r--r--gnu/usr.bin/groff/doc/Makefile6
2 files changed, 8 insertions, 2 deletions
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 <bsd.subdir.mk>
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 <bsd.info.mk>
OpenPOWER on IntegriCloud