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 /share/xml/catalog-cwd.xml | |
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 'share/xml/catalog-cwd.xml')
-rw-r--r-- | share/xml/catalog-cwd.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/share/xml/catalog-cwd.xml b/share/xml/catalog-cwd.xml new file mode 100644 index 0000000000..1cc515a9a9 --- /dev/null +++ b/share/xml/catalog-cwd.xml @@ -0,0 +1,16 @@ +<?xml version="1.0"?> +<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" + "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd"> + +<!-- $FreeBSD$ --> + +<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"> + <rewriteSystem systemIdStartString="http://www.FreeBSD.org/XML/cwd/" + rewritePrefix="./"/> + <rewriteURI uriStartString="http://www.FreeBSD.org/XML/cwd/" + rewritePrefix="./"/> + + <public + publicId="-//FreeBSD//ENTITIES FreeBSD Automatically Generated Entities//EN" + uri="autogen.ent" /> +</catalog> |