From 1bebaf0233ef46ed68cbe4ece14faed592d387e9 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 25 Oct 2002 09:14:09 +0000 Subject: [PATCH] Preprocess with tbl(1) only where needed. --- share/doc/usd/10.exref/Makefile.inc | 2 -- share/doc/usd/10.exref/summary/Makefile | 2 ++ share/doc/usd/12.vi/Makefile.inc | 1 - share/doc/usd/12.vi/summary/Makefile | 2 ++ share/doc/usd/12.vi/vi/Makefile | 2 ++ 5 files changed, 6 insertions(+), 3 deletions(-) diff --git a/share/doc/usd/10.exref/Makefile.inc b/share/doc/usd/10.exref/Makefile.inc index 931a35dfbbe..c5c2f55a2d1 100644 --- a/share/doc/usd/10.exref/Makefile.inc +++ b/share/doc/usd/10.exref/Makefile.inc @@ -3,5 +3,3 @@ VOLUME= usd/10.exref MACROS= -ms SRCDIR= ${.CURDIR}/../../../../../contrib/nvi/docs/USD.doc/exref -USE_TBL= yes - diff --git a/share/doc/usd/10.exref/summary/Makefile b/share/doc/usd/10.exref/summary/Makefile index 198bf6e2e65..9b6015c7631 100644 --- a/share/doc/usd/10.exref/summary/Makefile +++ b/share/doc/usd/10.exref/summary/Makefile @@ -3,4 +3,6 @@ SRCS= ex.summary DOC= summary +USE_TBL= YES + .include diff --git a/share/doc/usd/12.vi/Makefile.inc b/share/doc/usd/12.vi/Makefile.inc index 93562246bdb..d96b8113d8c 100644 --- a/share/doc/usd/12.vi/Makefile.inc +++ b/share/doc/usd/12.vi/Makefile.inc @@ -2,4 +2,3 @@ VOLUME= usd/12.vi MACROS= -ms -USE_TBL= yes diff --git a/share/doc/usd/12.vi/summary/Makefile b/share/doc/usd/12.vi/summary/Makefile index 753f837b3d3..f931661667d 100644 --- a/share/doc/usd/12.vi/summary/Makefile +++ b/share/doc/usd/12.vi/summary/Makefile @@ -4,4 +4,6 @@ SRCS= vi.summary DOC= summary SRCDIR= ${.CURDIR}/../../../../../contrib/nvi/docs/USD.doc/vitut +USE_TBL= YES + .include diff --git a/share/doc/usd/12.vi/vi/Makefile b/share/doc/usd/12.vi/vi/Makefile index dfd199f22be..f740dc28c98 100644 --- a/share/doc/usd/12.vi/vi/Makefile +++ b/share/doc/usd/12.vi/vi/Makefile @@ -4,4 +4,6 @@ SRCS= vi.in vi.chars #DOC= tutorial SRCDIR= ${.CURDIR}/../../../../../contrib/nvi/docs/USD.doc/vitut +USE_TBL= YES + .include