diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-24 12:29:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-24 12:29:14 +0000 |
commit | 506d47fae8db1007bf9ff36c4f15eacc9efe3691 (patch) | |
tree | 296e6205d94ad122ab6fe6eb722e8ce60419d318 /usr.bin/vi/Makefile | |
parent | 1794bc157328c89165566d6796bae94bc89662fe (diff) |
install vi tutorial docs; these have been updated to reflect reality;
help and ok millert@
Diffstat (limited to 'usr.bin/vi/Makefile')
-rw-r--r-- | usr.bin/vi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile index d7d1f72a111..3b761e2dab6 100644 --- a/usr.bin/vi/Makefile +++ b/usr.bin/vi/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.8 2004/01/12 18:16:50 millert Exp $ +# $OpenBSD: Makefile,v 1.9 2004/01/24 12:29:13 jmc Exp $ SUBDIR= build .if make(install) -SUBDIR+= docs/USD.doc/vi.ref +SUBDIR+= docs/USD.doc/vi.ref docs/USD.doc/vitut #SUBDIR+= docs/USD.doc/edit docs/USD.doc/exref docs/USD.doc/vitut .endif |