Preprocess with tbl(1) only where needed.

This commit is contained in:
Ruslan Ermilov 2002-10-25 09:14:09 +00:00
parent bd0dbc8b3c
commit 1bebaf0233
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105925
5 changed files with 6 additions and 3 deletions

View File

@ -3,5 +3,3 @@
VOLUME= usd/10.exref
MACROS= -ms
SRCDIR= ${.CURDIR}/../../../../../contrib/nvi/docs/USD.doc/exref
USE_TBL= yes

View File

@ -3,4 +3,6 @@
SRCS= ex.summary
DOC= summary
USE_TBL= YES
.include <bsd.doc.mk>

View File

@ -2,4 +2,3 @@
VOLUME= usd/12.vi
MACROS= -ms
USE_TBL= yes

View File

@ -4,4 +4,6 @@ SRCS= vi.summary
DOC= summary
SRCDIR= ${.CURDIR}/../../../../../contrib/nvi/docs/USD.doc/vitut
USE_TBL= YES
.include <bsd.doc.mk>

View File

@ -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>