commit: ebe9d94f36bd257289286624cef971f0c7a3bdfa Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon Jan 25 21:20:10 2016 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Jan 25 21:20:10 2016 +0000 URL: https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/commit/?id=ebe9d94f
Update list of DTDs. Makefile | 2 +- schemas.xml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 56d1238..b55d3a3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ DTDS = book.dtd gleps.dtd glsa.dtd guide.dtd metadata.dtd metadoc.dtd \ - project.dtd staffing-needs.dtd userinfo.dtd + project.dtd projects.dtd repositories.dtd userinfo.dtd DTDDEPS = $(patsubst %.dtd,%.dep,$(DTDS)) RNCS = $(patsubst %.dtd,%.rnc,$(DTDS)) diff --git a/schemas.xml b/schemas.xml index 2e38d1f..6bd96a0 100644 --- a/schemas.xml +++ b/schemas.xml @@ -8,6 +8,7 @@ <documentElement localName="news" uri="guide.rnc" /> <documentElement localName="pkgmetadata" uri="metadata.rnc" /> <documentElement localName="project" uri="project.rnc" /> - <documentElement localName="staffingNeeds" uri="staffing-needs.rnc" /> + <documentElement localName="projects" uri="projects.rnc" /> + <documentElement localName="repositories" uri="repositories.rnc" /> <documentElement localName="userlist" uri="userinfo.rnc" /> -</locatingRules> \ No newline at end of file +</locatingRules>
