diff options
Diffstat (limited to 'gnu/usr.bin/groff')
-rw-r--r-- | gnu/usr.bin/groff/Makefile | 4 | ||||
-rw-r--r-- | gnu/usr.bin/groff/doc/Makefile | 6 |
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> |