diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 1995-01-11 03:24:33 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 1995-01-11 03:24:33 +0000 |
commit | 417ed37975261df51f61d13e179ad04d8f4839c7 (patch) | |
tree | ea0f4664dcda0b3f7e16cfb6c35bffd6bc06e456 /share/doc/usd/11.vitut/Makefile | |
parent | be3dff6e3650d37d624216e859aa7ec6626c9028 (diff) |
Get the USD to format under the new structure.
Notes
Notes:
svn path=/head/; revision=5488
Diffstat (limited to 'share/doc/usd/11.vitut/Makefile')
-rw-r--r-- | share/doc/usd/11.vitut/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/share/doc/usd/11.vitut/Makefile b/share/doc/usd/11.vitut/Makefile new file mode 100644 index 000000000000..f77ba6d6a4aa --- /dev/null +++ b/share/doc/usd/11.vitut/Makefile @@ -0,0 +1,18 @@ +# From: @(#)Makefile 8.1 (Berkeley) 6/8/93 +# $Id$ + +VOLUME= usd/11.edit +SRCS= edittut.ms +MACROS= -ms +SRCDIR= ${.CURDIR}/../../../../usr.bin/vi/USD.doc/edit +USE_TBL= yes + +# index for versatec is different from the one in edit.tut +# because the fonts are different and entries reference page +# rather than section numbers. if you have a typesetter +# you should just use the index in edit.tut, and ignore editvindex. + +#editvindex: +# ${TROFF} ${MACROS} -n22 edit.vindex + +.include <bsd.doc.mk> |