- 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.
This commit is contained in:
Hiroki Sato 2013-11-13 06:10:37 +00:00
parent fd79a9afc6
commit 52f6d56540
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43181
1397 changed files with 1822 additions and 2113 deletions

View file

@ -24,15 +24,15 @@
<!ENTITY % iso8879.ent
PUBLIC "-//FreeBSD//ENTITIES ISO 8879:1986 Entity Set//EN//XML"
"http://www.FreeBSD.org/XML/www/share/xml/iso8879.ent">
"http://www.FreeBSD.org/XML/share/xml/iso8879.ent">
%iso8879.ent;
<!ENTITY % l10n.ent
PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
"http://www.FreeBSD.org/XML/www/share/xml/l10n.ent">
"http://www.FreeBSD.org/XML/share/xml/l10n.ent">
%l10n.ent;
<!ENTITY % common.ent
PUBLIC "-//FreeBSD//ENTITIES FreeBSD Common Entities//EN"
"http://www.FreeBSD.org/XML/www/share/xml/common.ent">
"http://www.FreeBSD.org/XML/share/xml/common.ent">
%common.ent;