diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-05-19 11:10:08 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-05-19 11:10:08 +0000 |
commit | dfceb4439eb094547cd7d582c4f91f168d76fa0e (patch) | |
tree | 38cf22601d3a811f4e0d6e83665285676ac5a19f /nl_NL.ISO8859-1 | |
parent | 01b5f293836b926ee744a743aee7dbdaa2ca90f9 (diff) | |
download | doc-dfceb4439eb094547cd7d582c4f91f168d76fa0e.tar.gz doc-dfceb4439eb094547cd7d582c4f91f168d76fa0e.zip |
Restore entities.ent, it is needed for the build and needed to
override English entities.
Pointed out by: gabor
Notes
Notes:
svn path=/head/; revision=41684
Diffstat (limited to 'nl_NL.ISO8859-1')
-rw-r--r-- | nl_NL.ISO8859-1/share/xml/entities.ent | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/nl_NL.ISO8859-1/share/xml/entities.ent b/nl_NL.ISO8859-1/share/xml/entities.ent new file mode 100644 index 0000000000..d411d34cb3 --- /dev/null +++ b/nl_NL.ISO8859-1/share/xml/entities.ent @@ -0,0 +1,35 @@ +<!-- + The FreeBSD Dutch Documentation Project + $FreeBSD$ + + %SOURCE% share/xml/entities.ent + %SRCID% 39534 +--> + +<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN" + "nonexistent"> +%freebsd; +<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//NL" + "teams.ent"> +%teams; +<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//NL" + "mailing-lists.ent"> +%mailing-lists; +<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//NL" + "newsgroups.ent"> +%newsgroups; +<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//NL" + "trademarks.ent"> +%trademarks; +<!ENTITY % trademarks-en PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN" + "nonexistent"> +%trademarks-en; +<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN" + "nonexistent"> +%urls; +<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN" + "l10n.ent"> +%l10n; +<!ENTITY % glossary PUBLIC "-//FreeBSD//ENTITIES DocBook Glossary Entities//NL" + "glossary.ent"> +%glossary; |