1c78f1c07d
with SYSTEM, and using instead PUBLIC entities gained from the catalog in the directory of the language the document belongs to, or the language-neutral entity. Now we always use default.dsl as our dsl master, and it grabs the necessary magic from the catalogs. b) Fix the always-out-of-date imagelib problem with some make(1)-fu. Approved by: nik (ages ago)
20 lines
727 B
Text
20 lines
727 B
Text
<!-- $FreeBSD: doc/ja_JP.eucJP/share/sgml/freebsd.dsl,v 1.2 2000/03/27 04:38:47 kuriyama Exp $ -->
|
|
|
|
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
|
<!ENTITY freebsd.dsl PUBLIC "-//FreeBSD//DOCUMENT DocBook Language Neutral Stylesheet//EN" CDATA DSSSL>
|
|
<!ENTITY % lang.ja.dsssl "IGNORE">
|
|
]>
|
|
|
|
<style-sheet>
|
|
<style-specification use="docbook">
|
|
<style-specification-body>
|
|
<![ %lang.ja.dsssl; [
|
|
(define %gentext-language% "ja")
|
|
]]>
|
|
|
|
(define %html-header-tags% '(("META" ("HTTP-EQUIV" "Content-Type") ("CONTENT" "text/html; charset=EUC-JP"))))
|
|
</style-specification-body>
|
|
</style-specification>
|
|
|
|
<external-specification id="docbook" document="freebsd.dsl">
|
|
</style-sheet>
|