mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Preprocess with tbl(1) only where needed.
This commit is contained in:
parent
bd0dbc8b3c
commit
1bebaf0233
5 changed files with 6 additions and 3 deletions
|
|
@ -3,5 +3,3 @@
|
|||
VOLUME= usd/10.exref
|
||||
MACROS= -ms
|
||||
SRCDIR= ${.CURDIR}/../../../../../contrib/nvi/docs/USD.doc/exref
|
||||
USE_TBL= yes
|
||||
|
||||
|
|
|
|||
|
|
@ -3,4 +3,6 @@
|
|||
SRCS= ex.summary
|
||||
DOC= summary
|
||||
|
||||
USE_TBL= YES
|
||||
|
||||
.include <bsd.doc.mk>
|
||||
|
|
|
|||
|
|
@ -2,4 +2,3 @@
|
|||
|
||||
VOLUME= usd/12.vi
|
||||
MACROS= -ms
|
||||
USE_TBL= yes
|
||||
|
|
|
|||
|
|
@ -4,4 +4,6 @@ SRCS= vi.summary
|
|||
DOC= summary
|
||||
SRCDIR= ${.CURDIR}/../../../../../contrib/nvi/docs/USD.doc/vitut
|
||||
|
||||
USE_TBL= YES
|
||||
|
||||
.include <bsd.doc.mk>
|
||||
|
|
|
|||
|
|
@ -4,4 +4,6 @@ SRCS= vi.in vi.chars
|
|||
#DOC= tutorial
|
||||
SRCDIR= ${.CURDIR}/../../../../../contrib/nvi/docs/USD.doc/vitut
|
||||
|
||||
USE_TBL= YES
|
||||
|
||||
.include <bsd.doc.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue