annotate DOCS/xml/ru/html-single.xsl @ 11841:67550c3b21a5

Make the build system print everything it does.
author diego
date Sat, 24 Jan 2004 22:31:11 +0000
parents 9cc374ec529b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9713
c2ae0eb049dd Russian translation by Dmitry Baryshkov <lumag@qnc.ru>.
diego
parents:
diff changeset
1 <?xml version="1.0" encoding="ISO-8859-1"?>
c2ae0eb049dd Russian translation by Dmitry Baryshkov <lumag@qnc.ru>.
diego
parents:
diff changeset
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
c2ae0eb049dd Russian translation by Dmitry Baryshkov <lumag@qnc.ru>.
diego
parents:
diff changeset
3 version="1.0">
c2ae0eb049dd Russian translation by Dmitry Baryshkov <lumag@qnc.ru>.
diego
parents:
diff changeset
4
11208
9cc374ec529b html.xsl ---> html-single.xsl
diego
parents: 11205
diff changeset
5 <xsl:import href="../html-single.xsl"/>
11188
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents: 10925
diff changeset
6 <xsl:include href="html-common.xsl"/>
9713
c2ae0eb049dd Russian translation by Dmitry Baryshkov <lumag@qnc.ru>.
diego
parents:
diff changeset
7
c2ae0eb049dd Russian translation by Dmitry Baryshkov <lumag@qnc.ru>.
diego
parents:
diff changeset
8 </xsl:stylesheet>