summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2016-03-12 13:10:35 +0100
committerUlrich Müller <ulm@gentoo.org>2016-03-12 13:10:35 +0100
commite387bffa608ce69809a32169b5a735e88735521c (patch)
treec5b6ea4b617e6c69c705f2b5c6a3d7feb537c31d /Makefile
parentUpdate rnc schemas. (diff)
downloadnxml-gentoo-schemas-e387bffa608ce69809a32169b5a735e88735521c.tar.gz
nxml-gentoo-schemas-e387bffa608ce69809a32169b5a735e88735521c.tar.bz2
nxml-gentoo-schemas-e387bffa608ce69809a32169b5a735e88735521c.zip
Makefile: Special rule for metadata.rnc is no longer needed.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index b55d3a3..649478c 100644
--- a/Makefile
+++ b/Makefile
@@ -44,12 +44,6 @@ $(TARBALL): Makefile LICENCE DONATING schemas.xml $(RNCS)
.dtd.rnc:
trang -I dtd -O rnc $< $@
-# Trang will guess "packages" as start element, which causes Emacs
-# nXML validation to fail. So specify the start elements explicitly.
-metadata.rnc: metadata.dtd
- trang -I dtd -O rnc -i no-generate-start $< $@
- echo 'start = catmetadata | pkgmetadata' >> $@
-
%.dtd:
wget -N --no-verbose https://www.gentoo.org/dtd/$@