Ask jade(1) about additional META in header of Russian FAQ:
<meta http-equiv="Content-Type" content="text/html; charset=koi8-r"> Requested by: wosch
This commit is contained in:
parent
8eee3e344a
commit
33fd5935c2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5981
2 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
#
|
||||
# $FreeBSD: doc/ru_RU.KOI8-R/books/Makefile.inc,v 1.2 1999/09/06 06:53:38 peter Exp $
|
||||
# $FreeBSD: doc/ru_RU.KOI8-R/books/Makefile.inc,v 1.3 1999/10/13 00:33:42 phantom Exp $
|
||||
#
|
||||
|
||||
JADEFLAGS= -ilang.ru
|
||||
TIDYFLAGS= -raw
|
||||
|
||||
DESTDIR?= ${DOCDIR}/ru_RU.KOI8-R/books/${.CURDIR:T}
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<!ENTITY % output.print "IGNORE">
|
||||
<!ENTITY % lang.ja "IGNORE">
|
||||
<!ENTITY % lang.ja.dsssl "IGNORE">
|
||||
<!ENTITY % lang.ru "IGNORE">
|
||||
<![ %output.html; [
|
||||
<!ENTITY docbook.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA DSSSL>
|
||||
]]>
|
||||
|
@ -22,6 +23,10 @@
|
|||
(define %html-header-tags% '(("META" ("HTTP-EQUIV" "Content-Type") ("CONTENT" "text/html; charset=EUC-JP"))))
|
||||
]]>
|
||||
|
||||
<![ %lang.ru; [
|
||||
(define %html-header-tags% '(("META" ("HTTP-EQUIV" "Content-Type") ("CONTENT" "text/html; charset=koi8-r"))))
|
||||
]]>
|
||||
|
||||
<!-- HTML only .................................................... -->
|
||||
|
||||
<![ %output.html; [
|
||||
|
|
Loading…
Reference in a new issue