- Minor entity cleanup
This commit is contained in:
parent
b92622d0e7
commit
f52cae8f60
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=40847
3 changed files with 1 additions and 26 deletions
|
@ -13,7 +13,7 @@
|
||||||
-- $FreeBSD$
|
-- $FreeBSD$
|
||||||
--
|
--
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//PT"
|
PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
||||||
"entities.ent"
|
"entities.ent"
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
||||||
|
|
|
@ -38,9 +38,6 @@ PUBLIC "-//FreeBSD//DOCUMENT DocBook Common Stylesheet//EN"
|
||||||
PUBLIC "-//FreeBSD//DOCUMENT DocBook Common Lanugage Neutral Stylesheet//EN"
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Common Lanugage Neutral Stylesheet//EN"
|
||||||
"freebsd-common.dsl"
|
"freebsd-common.dsl"
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
|
||||||
"entities.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"
|
PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"
|
||||||
"authors.ent"
|
"authors.ent"
|
||||||
|
|
||||||
|
|
|
@ -1,22 +0,0 @@
|
||||||
<!-- $FreeBSD$ -->
|
|
||||||
|
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN">
|
|
||||||
%l10n;
|
|
||||||
<!ENTITY % l10n-common PUBLIC "-//FreeBSD//ENTITIES DocBook Language Neutral Entities//EN">
|
|
||||||
%l10n-common;
|
|
||||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
|
||||||
%man;
|
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
|
||||||
%freebsd;
|
|
||||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
|
||||||
%authors;
|
|
||||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN">
|
|
||||||
%teams;
|
|
||||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN">
|
|
||||||
%mailing-lists;
|
|
||||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN">
|
|
||||||
%newsgroups;
|
|
||||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
|
|
||||||
%trademarks;
|
|
||||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
|
|
||||||
%urls;
|
|
Loading…
Reference in a new issue