Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/nxml-gentoo-schemas:master commit in: /
Date: Sat, 29 Feb 2020 16:15:36
Message-Id: 1582991948.4a1383f3f12782fd1d4f229d8784e22339508fb7.ulm@gentoo
1 commit: 4a1383f3f12782fd1d4f229d8784e22339508fb7
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 29 15:59:08 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 29 15:59:08 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/commit/?id=4a1383f3
7
8 Makefile: Update URL for devbook.dtd.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 Makefile | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/Makefile b/Makefile
16 index 8d0c661..cc4406b 100644
17 --- a/Makefile
18 +++ b/Makefile
19 @@ -48,6 +48,7 @@ $(TARBALL): Makefile LICENCE schemas.xml $(RNCS)
20 wget -N --no-verbose https://www.gentoo.org/dtd/$@
21
22 devbook.dtd:
23 - wget -N --no-verbose https://devmanual.gentoo.org/$@
24 + wget -N --no-verbose \
25 + https://gitweb.gentoo.org/proj/devmanual.git/plain/$@
26
27 -include .depend