From 3a4e9341ba6d02a6e661512e8c972aac675c3548 Mon Sep 17 00:00:00 2001 From: Giorgos Keramidas Date: Fri, 30 Jul 2004 08:01:24 +0000 Subject: [PATCH] Fix a long-standing brokenness in the generated HTML output of the Greek docs, by tweaking the freebsd.dsl and catalog files to enable the generation of the correct Content-Type header in the HTML docs. Obtained from: the Japanese doc/ tree --- el_GR.ISO8859-7/share/sgml/catalog | 2 +- el_GR.ISO8859-7/share/sgml/freebsd.dsl | 15 +++++++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/el_GR.ISO8859-7/share/sgml/catalog b/el_GR.ISO8859-7/share/sgml/catalog index 0d555816a8..fd6e7e7862 100644 --- a/el_GR.ISO8859-7/share/sgml/catalog +++ b/el_GR.ISO8859-7/share/sgml/catalog @@ -4,7 +4,7 @@ -- $FreeBSD$ -- -PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EL" +PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN" "freebsd.dsl" PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EL" diff --git a/el_GR.ISO8859-7/share/sgml/freebsd.dsl b/el_GR.ISO8859-7/share/sgml/freebsd.dsl index 9dba5f71dd..8111343bd1 100644 --- a/el_GR.ISO8859-7/share/sgml/freebsd.dsl +++ b/el_GR.ISO8859-7/share/sgml/freebsd.dsl @@ -5,14 +5,25 @@ + ]> + + - - + (define %html-header-tags% + '(("META" ("HTTP-EQUIV" "Content-Type") + ("CONTENT" "text/html; charset=ISO-8859-7")))) + (define %refentry-xref-link% #t)