Add missing quotes.
Submitted by: yoichi
This commit is contained in:
parent
b199de2ced
commit
8598226c62
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11448
1 changed files with 1 additions and 1 deletions
|
@ -1604,7 +1604,7 @@ RESOLUTION?= 300
|
|||
<programlisting>RESOLUTION= 118
|
||||
MASTERDIR= ${.CURDIR}/../xdvi300
|
||||
|
||||
.include ${MASTERDIR}/Makefile</programlisting>
|
||||
.include "${MASTERDIR}/Makefile"</programlisting>
|
||||
|
||||
<para>(<filename>xdvi240/Makefile</filename> and
|
||||
<filename>xdvi400/Makefile</filename> are similar). The
|
||||
|
|
Loading…
Reference in a new issue