diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-10-24 15:33:08 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-10-24 15:33:08 +0000 |
commit | a35d88931c87cfe6bd38f01d7bad22140b3b38f3 (patch) | |
tree | 2a28a087684353f3fc60fa304d31bd2590e83ab7 /share/doc/usd | |
parent | 88348311f3943c504b62ed3ffad125c06e3dea7a (diff) |
For variables that are only checked with defined(), don't provide
any fake value.
Notes
Notes:
svn path=/head/; revision=136910
Diffstat (limited to 'share/doc/usd')
-rw-r--r-- | share/doc/usd/04.csh/Makefile | 2 | ||||
-rw-r--r-- | share/doc/usd/07.mail/Makefile | 2 | ||||
-rw-r--r-- | share/doc/usd/10.exref/summary/Makefile | 2 | ||||
-rw-r--r-- | share/doc/usd/11.vitut/Makefile | 2 | ||||
-rw-r--r-- | share/doc/usd/12.vi/summary/Makefile | 2 | ||||
-rw-r--r-- | share/doc/usd/12.vi/vi/Makefile | 2 | ||||
-rw-r--r-- | share/doc/usd/13.viref/Makefile | 4 | ||||
-rw-r--r-- | share/doc/usd/21.troff/Makefile | 2 |
8 files changed, 9 insertions, 9 deletions
diff --git a/share/doc/usd/04.csh/Makefile b/share/doc/usd/04.csh/Makefile index e917c82a2f73..d22a7b928970 100644 --- a/share/doc/usd/04.csh/Makefile +++ b/share/doc/usd/04.csh/Makefile @@ -4,7 +4,7 @@ VOLUME= usd/04.csh SRCS= tabs csh.1 csh.2 csh.3 csh.4 csh.a csh.g MACROS= -ms -USE_SOELIM= YES +USE_SOELIM= SRCDIR= ${.CURDIR}/../../../../bin/csh/USD.doc .include <bsd.doc.mk> diff --git a/share/doc/usd/07.mail/Makefile b/share/doc/usd/07.mail/Makefile index f858309dfab9..d5a6d3c0b554 100644 --- a/share/doc/usd/07.mail/Makefile +++ b/share/doc/usd/07.mail/Makefile @@ -5,7 +5,7 @@ VOLUME= usd/07.mail SRCS= mail0.nr mail1.nr mail2.nr mail3.nr mail4.nr mail5.nr mail6.nr \ mail7.nr mail8.nr mail9.nr maila.nr MACROS= -me -USE_TBL= YES +USE_TBL= SRCDIR= ${.CURDIR}/../../../../usr.bin/mail/USD.doc .include <bsd.doc.mk> diff --git a/share/doc/usd/10.exref/summary/Makefile b/share/doc/usd/10.exref/summary/Makefile index 17fbbecea139..143333f6ea2c 100644 --- a/share/doc/usd/10.exref/summary/Makefile +++ b/share/doc/usd/10.exref/summary/Makefile @@ -2,6 +2,6 @@ DOC= summary SRCS= ex.summary -USE_TBL= YES +USE_TBL= .include <bsd.doc.mk> diff --git a/share/doc/usd/11.vitut/Makefile b/share/doc/usd/11.vitut/Makefile index ab44651fb028..f412b627fa92 100644 --- a/share/doc/usd/11.vitut/Makefile +++ b/share/doc/usd/11.vitut/Makefile @@ -4,7 +4,7 @@ VOLUME= usd/11.edit SRCS= edittut.ms MACROS= -ms -USE_TBL= YES +USE_TBL= SRCDIR= ${.CURDIR}/../../../../contrib/nvi/docs/USD.doc/edit # index for versatec is different from the one in edit.tut diff --git a/share/doc/usd/12.vi/summary/Makefile b/share/doc/usd/12.vi/summary/Makefile index ab55a90f08a5..425536dce4d6 100644 --- a/share/doc/usd/12.vi/summary/Makefile +++ b/share/doc/usd/12.vi/summary/Makefile @@ -2,6 +2,6 @@ DOC= summary SRCS= vi.summary -USE_TBL= YES +USE_TBL= .include <bsd.doc.mk> diff --git a/share/doc/usd/12.vi/vi/Makefile b/share/doc/usd/12.vi/vi/Makefile index 3809036327ce..6021b092e236 100644 --- a/share/doc/usd/12.vi/vi/Makefile +++ b/share/doc/usd/12.vi/vi/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ SRCS= vi.in vi.chars -USE_TBL= YES +USE_TBL= .include <bsd.doc.mk> diff --git a/share/doc/usd/13.viref/Makefile b/share/doc/usd/13.viref/Makefile index ac9f088c3657..d7bb392ef844 100644 --- a/share/doc/usd/13.viref/Makefile +++ b/share/doc/usd/13.viref/Makefile @@ -7,8 +7,8 @@ EXTRA= ex.cmd.roff ref.so set.opt.roff vi.cmd.roff MACROS= -me CLEANFILES= vi.ref-patched index TRFLAGS= -U # this is to hide warnings only -USE_SOELIM= YES -USE_TBL= YES +USE_SOELIM= +USE_TBL= SRCDIR= ${.CURDIR}/../../../../contrib/nvi/docs/USD.doc/vi.ref vi.ref-patched: vi.ref diff --git a/share/doc/usd/21.troff/Makefile b/share/doc/usd/21.troff/Makefile index 0f9bfa2804f9..92ed42959bf4 100644 --- a/share/doc/usd/21.troff/Makefile +++ b/share/doc/usd/21.troff/Makefile @@ -3,6 +3,6 @@ VOLUME= usd/21.troff SRCS= m.mac m0 m0a m1 m2 m3 m4 m5 table1 table2 -USE_TBL= YES +USE_TBL= .include <bsd.doc.mk> |