- Add missing closing }

Approved by:	doceng (implicit)
This commit is contained in:
Gabor Kovesdan 2012-08-30 19:48:29 +00:00
parent b0de170035
commit 1e95d140ac
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/projects/sgml2xml/; revision=39473

View file

@ -260,7 +260,7 @@ GROFF?= groff
.if empty(LANGCODE:S/./ . /g:MISO8859-1)
TIDYOPTS?= -wrap 90 -m -raw -preserve -f /dev/null -asxml ${TIDYFLAGS}
.else
TIDYOPTS?= -wrap 90 -m -f /dev/null -asxml ${TIDYFLAGS
TIDYOPTS?= -wrap 90 -m -f /dev/null -asxml ${TIDYFLAGS}
.endif
HTML2TXT?= ${PREFIX}/bin/links
HTML2TXTOPTS?= -dump -width 72 ${HTML2TXTFLAGS}