diff options
Diffstat (limited to 'DOCS/xml/ru')
-rw-r--r-- | DOCS/xml/ru/Makefile | 4 | ||||
-rw-r--r-- | DOCS/xml/ru/html-chunk.xsl | 8 | ||||
-rw-r--r-- | DOCS/xml/ru/html-common.xsl | 15 | ||||
-rw-r--r-- | DOCS/xml/ru/html-single.xsl | 8 |
4 files changed, 2 insertions, 33 deletions
diff --git a/DOCS/xml/ru/Makefile b/DOCS/xml/ru/Makefile index 0df3544fb0..e18885f6df 100644 --- a/DOCS/xml/ru/Makefile +++ b/DOCS/xml/ru/Makefile @@ -5,7 +5,7 @@ USE_SYMLINKS = yes # Dependency information. -$(HTMLDIR)/index.html: $(wildcard *.xml) html-common.xsl -$(HTMLFILE): $(wildcard *.xml) html-common.xsl +$(HTMLDIR)/index.html: $(wildcard *.xml) +$(HTMLFILE): $(wildcard *.xml) include ../Makefile.inc diff --git a/DOCS/xml/ru/html-chunk.xsl b/DOCS/xml/ru/html-chunk.xsl deleted file mode 100644 index 8e82e1b8dd..0000000000 --- a/DOCS/xml/ru/html-chunk.xsl +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - version="1.0"> - - <xsl:import href="../html-chunk.xsl"/> - <xsl:include href="html-common.xsl"/> - -</xsl:stylesheet> diff --git a/DOCS/xml/ru/html-common.xsl b/DOCS/xml/ru/html-common.xsl deleted file mode 100644 index 1cf1887e5d..0000000000 --- a/DOCS/xml/ru/html-common.xsl +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> - -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - version="1.0"> - - <xsl:param name="chunker.output.encoding" select="'KOI8-R'"/> - <xsl:output encoding="KOI8-R"/> - - <!-- This forces Saxon to output chars from KOI8-R as is and not as something like Ƽ - WARNING: This will probably work with HTML output, and won't with output XML. - Anyway, this file will generate only HTML :) - --> - <xsl:param name="saxon.character.representation" select="'native;decimal'"/> - -</xsl:stylesheet> diff --git a/DOCS/xml/ru/html-single.xsl b/DOCS/xml/ru/html-single.xsl deleted file mode 100644 index 03cccf55f7..0000000000 --- a/DOCS/xml/ru/html-single.xsl +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - version="1.0"> - - <xsl:import href="../html-single.xsl"/> - <xsl:include href="html-common.xsl"/> - -</xsl:stylesheet> |