Add the demandoc utility from the mandoc project
This is a modern version of the deroff utility, useful for example to do spellchecking on manpages
This commit is contained in:
parent
beb7fbfc0d
commit
2421b90f47
@ -35,6 +35,7 @@ SUBDIR= alias \
|
||||
csplit \
|
||||
ctlstat \
|
||||
cut \
|
||||
demandoc \
|
||||
dirname \
|
||||
dpv \
|
||||
du \
|
||||
|
10
usr.bin/demandoc/Makefile
Normal file
10
usr.bin/demandoc/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../contrib/mdocml
|
||||
|
||||
PROG= demandoc
|
||||
|
||||
LDADD= ${LDMANDOC}
|
||||
DPADD= ${LIBMANDOC}
|
||||
|
||||
.include <bsd.prog.mk>
|
Loading…
Reference in New Issue
Block a user