diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-11-13 06:10:37 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-11-13 06:10:37 +0000 |
commit | 52f6d565405328952aa6e54a481cd81ca3e4938d (patch) | |
tree | 0f98a9aec6cd6edd4a234990cee227717c371337 /es_ES.ISO8859-1/share/xml/libcommon.xsl | |
parent | fd79a9afc641835b8fe18f9f5fb8c6f7bd1474b6 (diff) | |
download | doc-52f6d565405328952aa6e54a481cd81ca3e4938d.tar.gz doc-52f6d565405328952aa6e54a481cd81ca3e4938d.zip |
- Use /usr/bin/svnlite as SVN if available.
- Replace /XML/{doc,www}/ with /XML/ in SysId.
- Remove empty stylesheets in share/xsl and point share/xml/empty.xsl via
XML catalog instead.
- Change the L10N layer in freebsd-*.xsl not to use localized XSLT
stylesheets directly.
- Move share/xsl/* to share/xml and remove share/xsl.
- Remove obsolete share/web2c/pdftex.def.
Notes
Notes:
svn path=/head/; revision=43181
Diffstat (limited to 'es_ES.ISO8859-1/share/xml/libcommon.xsl')
-rw-r--r-- | es_ES.ISO8859-1/share/xml/libcommon.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/es_ES.ISO8859-1/share/xml/libcommon.xsl b/es_ES.ISO8859-1/share/xml/libcommon.xsl index 631df2f57f..8aedb3c2bf 100644 --- a/es_ES.ISO8859-1/share/xml/libcommon.xsl +++ b/es_ES.ISO8859-1/share/xml/libcommon.xsl @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="iso-8859-1" ?> <!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN" - "http://www.FreeBSD.org/XML/www/share/xml/xslt10-freebsd.dtd"> + "http://www.FreeBSD.org/XML/share/xml/xslt10-freebsd.dtd"> <!-- $FreeBSD$ --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> - <xsl:import href="http://www.FreeBSD.org/XML/www/share/xml/libcommon.xsl"/> + <xsl:import href="http://www.FreeBSD.org/XML/share/xml/libcommon.xsl"/> </xsl:stylesheet> |