summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-12-09 23:20:23 +0100
committerUlrich Müller <ulm@gentoo.org>2019-12-09 23:20:23 +0100
commit522fcdedc74fe32ae8cc6c80bea41ccd647ac4fc (patch)
treed5f731117634d3c720e967643ab83b17b65ddb96 /Makefile
parentDONATING: Remove file. (diff)
downloadnxml-gentoo-schemas-522fcdedc74fe32ae8cc6c80bea41ccd647ac4fc.tar.gz
nxml-gentoo-schemas-522fcdedc74fe32ae8cc6c80bea41ccd647ac4fc.tar.bz2
nxml-gentoo-schemas-522fcdedc74fe32ae8cc6c80bea41ccd647ac4fc.zip
Update list of DTDs.
gleps.dtd, metadoc.dtd, project.dtd, and userinfo.dtd are gone. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 04db712..58802fe 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,4 @@
-DTDS = book.dtd gleps.dtd glsa.dtd guide.dtd metadata.dtd metadoc.dtd \
- project.dtd projects.dtd repositories.dtd userinfo.dtd
+DTDS = book.dtd glsa.dtd guide.dtd metadata.dtd projects.dtd repositories.dtd
DTDDEPS = $(patsubst %.dtd,%.dep,$(DTDS))
RNCS = $(patsubst %.dtd,%.rnc,$(DTDS))