diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-14 15:40:09 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-14 15:40:09 +0100 |
commit | d8342fb563bd66da93b93d970e43baa05e6652cd (patch) | |
tree | 45ab452d9dc999c165e72008e1176cdccbd1e3ba /Makefile | |
parent | Update list of DTDs. (diff) | |
download | nxml-gentoo-schemas-d8342fb563bd66da93b93d970e43baa05e6652cd.tar.gz nxml-gentoo-schemas-d8342fb563bd66da93b93d970e43baa05e6652cd.tar.bz2 nxml-gentoo-schemas-d8342fb563bd66da93b93d970e43baa05e6652cd.zip |
Add devbook.rnc for Gentoo devmanual.nxml-gentoo-schemas-20191214
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,5 @@ -DTDS = book.dtd glsa.dtd guide.dtd metadata.dtd projects.dtd repositories.dtd +DTDS = book.dtd devbook.dtd glsa.dtd guide.dtd metadata.dtd \ + projects.dtd repositories.dtd DTDDEPS = $(patsubst %.dtd,%.dep,$(DTDS)) RNCS = $(patsubst %.dtd,%.rnc,$(DTDS)) @@ -46,4 +47,7 @@ $(TARBALL): Makefile LICENCE schemas.xml $(RNCS) %.dtd: wget -N --no-verbose https://www.gentoo.org/dtd/$@ +devbook.dtd: + wget -N --no-verbose https://devmanual.gentoo.org/$@ + -include .depend |