- Fix remaining build errors
Approved by: doceng (implicit)
This commit is contained in:
parent
698b709f31
commit
d9c1ad40ed
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/sgml2xml/; revision=39122
8 changed files with 27 additions and 29 deletions
|
@ -1,9 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
|
||||
"../../../share/sgml/freebsd42.dtd" [
|
||||
<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//BN" "../../share/sgml/entities.ent">
|
||||
%entities;
|
||||
]>
|
||||
"../../../share/sgml/freebsd42.dtd">
|
||||
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
|
||||
"../../../share/sgml/freebsd42.dtd" [
|
||||
<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//BN" "../../share/sgml/entities.ent">
|
||||
%entities;
|
||||
]>
|
||||
"../../../share/sgml/freebsd42.dtd">
|
||||
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//BN"
|
||||
"entities.ent"
|
|
@ -1,8 +0,0 @@
|
|||
<?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">
|
||||
|
||||
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
|
||||
<public publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//BN"
|
||||
uri="entities.ent"/>
|
||||
</catalog>
|
|
@ -1,7 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO8859-1" standalone="no"?>
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<!-- Pulled in entity sets -->
|
||||
<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook Entities//EN"
|
||||
"../../../share/sgml/entities.ent">
|
||||
%entities;
|
|
@ -13,10 +13,10 @@ PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//DK"
|
|||
PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||
"l10n.ent"
|
||||
|
||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//DK"
|
||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//DK"
|
||||
"newsgroups.ent"
|
||||
|
||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//DK"
|
||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//DK"
|
||||
"teams.ent"
|
||||
|
||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//DK"
|
||||
|
|
21
da_DK.ISO8859-1/share/sgml/entities.ent
Normal file
21
da_DK.ISO8859-1/share/sgml/entities.ent
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0" encoding="ISO8859-1"?>
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
||||
%authors;
|
||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
||||
%man;
|
||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
||||
%freebsd;
|
||||
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//DK">
|
||||
%translators;
|
||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN">
|
||||
%l10n;
|
||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//DK">
|
||||
%mailing-lists;
|
||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//DK">
|
||||
%newsgroups;
|
||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//DK">
|
||||
%teams;
|
||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
|
||||
%trademarks;
|
|
@ -34,5 +34,5 @@
|
|||
%trademarks;
|
||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//FR">
|
||||
%urls;
|
||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
|
||||
%urls;
|
||||
<!ENTITY % urls-en PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
|
||||
%urls-en;
|
||||
|
|
Loading…
Reference in a new issue