Change tidy(1)'s 8bit behaviour parameter from -raw to -latin1. This will allow
us to re-enable tidy for russian documentation because it correctly handles both 8bit characters and general entities (do not convert them to symbols)
This commit is contained in:
parent
65557abc2e
commit
32466d95bd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=8371
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# $FreeBSD: doc/ru_RU.KOI8-R/books/Makefile.inc,v 1.4 1999/10/31 22:13:32 phantom Exp $
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
TIDYFLAGS= -raw
|
||||
TIDYFLAGS= -latin1
|
||||
|
||||
DESTDIR?= ${DOCDIR}/ru_RU.KOI8-R/books/${.CURDIR:T}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue