diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-01-12 18:16:51 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-01-12 18:16:51 +0000 |
commit | cfb6d69827f4da4a70525d42c45b97713d4951f2 (patch) | |
tree | c747e2fb81d3ffaa1bd16ff6914b44635bd87057 /usr.bin/vi | |
parent | 325a70aef6ede260a9a5a447c834005269e43d10 (diff) |
Install vi.ref in /usr/share/doc/usd (directories already exist for it).
OK jmc@
Diffstat (limited to 'usr.bin/vi')
-rw-r--r-- | usr.bin/vi/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile index 06f07227fbc..d7d1f72a111 100644 --- a/usr.bin/vi/Makefile +++ b/usr.bin/vi/Makefile @@ -1,6 +1,10 @@ -# $OpenBSD: Makefile,v 1.7 1997/09/21 11:51:46 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2004/01/12 18:16:50 millert Exp $ SUBDIR= build -#SUBDIR+=docs/USD.doc/edit docs/USD.doc/exref docs/USD.doc/vi.ref docs/USD.doc/vitut + +.if make(install) +SUBDIR+= docs/USD.doc/vi.ref +#SUBDIR+= docs/USD.doc/edit docs/USD.doc/exref docs/USD.doc/vitut +.endif .include <bsd.subdir.mk> |