aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-12-06 12:17:01 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-12-06 12:17:01 +0000
commitd6d2925b93333ec14d74b1872a86178fd941e4b7 (patch)
tree0906ca3cc7111d91bef632b0e762ba7a16c90675 /gnu
parentf6d2f1c200abd809369079d14147309bb51b350a (diff)
downloadsrc-d6d2925b93333ec14d74b1872a86178fd941e4b7.tar.gz
src-d6d2925b93333ec14d74b1872a86178fd941e4b7.zip
Build and install groff(1) texinfo(1) documentation.
Notes
Notes: svn path=/head/; revision=69677
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 81b7fa782ae8..70e457f96944 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 000000000000..6381812cab45
--- /dev/null
+++ b/gnu/usr.bin/groff/doc/Makefile
@@ -0,0 +1,6 @@
+# $FreeBSD$
+
+INFO= groff
+SRCDIR= ${DIST_DIR}
+
+.include <bsd.info.mk>