summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-02-29 16:59:08 +0100
committerUlrich Müller <ulm@gentoo.org>2020-02-29 16:59:08 +0100
commit4a1383f3f12782fd1d4f229d8784e22339508fb7 (patch)
treeaf1adaea807ae63db9de205a762f3d29bb8f412f /Makefile
parentdevbook.rnc: Update from DTD. (diff)
downloadnxml-gentoo-schemas-4a1383f3f12782fd1d4f229d8784e22339508fb7.tar.gz
nxml-gentoo-schemas-4a1383f3f12782fd1d4f229d8784e22339508fb7.tar.bz2
nxml-gentoo-schemas-4a1383f3f12782fd1d4f229d8784e22339508fb7.zip
Makefile: Update URL for devbook.dtd.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8d0c661..cc4406b 100644
--- a/Makefile
+++ b/Makefile
@@ -48,6 +48,7 @@ $(TARBALL): Makefile LICENCE schemas.xml $(RNCS)
wget -N --no-verbose https://www.gentoo.org/dtd/$@
devbook.dtd:
- wget -N --no-verbose https://devmanual.gentoo.org/$@
+ wget -N --no-verbose \
+ https://gitweb.gentoo.org/proj/devmanual.git/plain/$@
-include .depend