diff options
author | ru <ru@FreeBSD.org> | 2003-05-21 12:58:28 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-05-21 12:58:28 +0000 |
commit | 1ac7af4ec88402db3d89cb97c4ec2511e0e935c3 (patch) | |
tree | 5e70f66dc83e4e61a32ba4c6814a5311d2f5eff1 | |
parent | e91b0202f951121758a11b8c9cf462a8fd054219 (diff) | |
download | FreeBSD-src-1ac7af4ec88402db3d89cb97c4ec2511e0e935c3.zip FreeBSD-src-1ac7af4ec88402db3d89cb97c4ec2511e0e935c3.tar.gz |
Fixed typo in a comment.
PR: misc/52486
Submitted by: "Simon L. Nielsen" <simon@nitro.dk>
Approved by: re (jhb)
-rw-r--r-- | share/mk/bsd.info.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.info.mk b/share/mk/bsd.info.mk index 5d7733d..5e32a3a 100644 --- a/share/mk/bsd.info.mk +++ b/share/mk/bsd.info.mk @@ -95,7 +95,7 @@ DVIPS2ASCII?= dvips2ascii .texi.dvi .texinfo.dvi: TEXINPUTS=${.CURDIR}:${SRCDIR}:$$TEXINPUTS \ ${TEX} ${.IMPSRC} </dev/null -# Run again to reolve cross references. +# Run again to resolve cross references. TEXINPUTS=${.CURDIR}:${SRCDIR}:$$TEXINPUTS \ ${TEX} ${.IMPSRC} </dev/null @@ -103,7 +103,7 @@ DVIPS2ASCII?= dvips2ascii perl -npe 's/(^\s*\\input\s+texinfo\s+)/$$1\n@tex\n\\global\\hsize=120mm\n@end tex\n\n/' ${.IMPSRC} >> ${.IMPSRC:T:R}-la.texi TEXINPUTS=${.CURDIR}:${SRCDIR}:$$TEXINPUTS \ ${TEX} ${.IMPSRC:T:R}-la.texi </dev/null -# Run again to reolve cross references. +# Run again to resolve cross references. TEXINPUTS=${.CURDIR}:${SRCDIR}:$$TEXINPUTS \ ${TEX} ${.IMPSRC:T:R}-la.texi </dev/null ${DVIPS} -o /dev/stdout ${.IMPSRC:T:R}-la.dvi | \ |