Add temporary option %lang.ja.dsssl;.
Current version of dsssl-docbook-modular has Japanese option, but this doesn't satisfy our needs. Until I write a patch, Japanese stylesheet should be off.
This commit is contained in:
parent
c4914d21f7
commit
fad371fe20
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4636
1 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
<!ENTITY % output.html "IGNORE">
|
<!ENTITY % output.html "IGNORE">
|
||||||
<!ENTITY % output.print "IGNORE">
|
<!ENTITY % output.print "IGNORE">
|
||||||
<!ENTITY % lang.ja "IGNORE">
|
<!ENTITY % lang.ja "IGNORE">
|
||||||
|
<!ENTITY % lang.ja.dsssl "IGNORE">
|
||||||
<![ %output.html; [
|
<![ %output.html; [
|
||||||
<!ENTITY docbook.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA DSSSL>
|
<!ENTITY docbook.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA DSSSL>
|
||||||
]]>
|
]]>
|
||||||
|
@ -15,7 +16,9 @@
|
||||||
<style-specification-body>
|
<style-specification-body>
|
||||||
<!-- Locatization -->
|
<!-- Locatization -->
|
||||||
<![ %lang.ja; [
|
<![ %lang.ja; [
|
||||||
(define %gentext-language% "ja")
|
<![ %lang.ja.dsssl; [
|
||||||
|
(define %gentext-language% "ja")
|
||||||
|
]]>
|
||||||
(define %html-header-tags% '(("META" ("HTTP-EQUIV" "Content-Type") ("CONTENT" "text/html; charset=EUC-JP"))))
|
(define %html-header-tags% '(("META" ("HTTP-EQUIV" "Content-Type") ("CONTENT" "text/html; charset=EUC-JP"))))
|
||||||
]]>
|
]]>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue