summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--schemas.xml5
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>