diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2012-10-01 11:56:00 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2012-10-01 11:56:00 +0000 |
commit | 77d737ee88c7ac14aead1dd70dafe270a2624ef0 (patch) | |
tree | 6c394d8308f5374809b0162fc0be16c6eff713f8 /ru_RU.KOI8-R/htdocs/index.xsl | |
parent | b4346b9b2dfe86a97907573086dff096850dcb1d (diff) | |
download | doc-77d737ee88c7ac14aead1dd70dafe270a2624ef0.tar.gz doc-77d737ee88c7ac14aead1dd70dafe270a2624ef0.zip |
- Rename the share/sgml directories to share/xml
- Fix build errors from the next change
Approved by: doceng (implicit)
Notes
Notes:
svn path=/head/; revision=39632
Diffstat (limited to 'ru_RU.KOI8-R/htdocs/index.xsl')
-rw-r--r-- | ru_RU.KOI8-R/htdocs/index.xsl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ru_RU.KOI8-R/htdocs/index.xsl b/ru_RU.KOI8-R/htdocs/index.xsl index a94371389f..27b143f046 100644 --- a/ru_RU.KOI8-R/htdocs/index.xsl +++ b/ru_RU.KOI8-R/htdocs/index.xsl @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="koi8-r" ?> <!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN" - "http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [ + "http://www.FreeBSD.org/XML/www/share/xml/xslt10-freebsd.dtd" [ <!ENTITY title "Проект FreeBSD"> ]> @@ -17,8 +17,8 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml"> - <xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/> - <xsl:import href="http://www.FreeBSD.org/XML/www/share/sgml/xhtml.xsl"/> + <xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/xml/libcommon.xsl"/> + <xsl:import href="http://www.FreeBSD.org/XML/www/share/xml/xhtml.xsl"/> <!-- these params should be externally bound. The values here are not used actually --> |