diff options
author | ru <ru@FreeBSD.org> | 2002-10-25 09:14:09 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-10-25 09:14:09 +0000 |
commit | 4d88e087d2f1d5319a408c1eee12fe445b78476a (patch) | |
tree | 9077ff5ab3530fb6d610ee076a2a2eff055989c2 /share/doc/usd | |
parent | 15e0eb97a1b8009bea8b34d673a78b49e471d3c3 (diff) | |
download | FreeBSD-src-4d88e087d2f1d5319a408c1eee12fe445b78476a.zip FreeBSD-src-4d88e087d2f1d5319a408c1eee12fe445b78476a.tar.gz |
Preprocess with tbl(1) only where needed.
Diffstat (limited to 'share/doc/usd')
-rw-r--r-- | share/doc/usd/10.exref/Makefile.inc | 2 | ||||
-rw-r--r-- | share/doc/usd/10.exref/summary/Makefile | 2 | ||||
-rw-r--r-- | share/doc/usd/12.vi/Makefile.inc | 1 | ||||
-rw-r--r-- | share/doc/usd/12.vi/summary/Makefile | 2 | ||||
-rw-r--r-- | 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 931a35d..c5c2f55 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 198bf6e..9b6015c 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 <bsd.doc.mk> diff --git a/share/doc/usd/12.vi/Makefile.inc b/share/doc/usd/12.vi/Makefile.inc index 9356224..d96b811 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 753f837..f931661 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 <bsd.doc.mk> diff --git a/share/doc/usd/12.vi/vi/Makefile b/share/doc/usd/12.vi/vi/Makefile index dfd199f..f740dc2 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 <bsd.doc.mk> |