Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: /
Date: Fri, 24 Jun 2022 10:51:15
Message-Id: 1656067790.10ce33173671f338b608d5cd5079a24d003f656e.ulm@gentoo
1 commit: 10ce33173671f338b608d5cd5079a24d003f656e
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 24 10:49:50 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 24 10:49:50 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=10ce3317
7
8 Makefile: Dependencies for todo-list
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 Makefile | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/Makefile b/Makefile
16 index cbb31e7..054b720 100644
17 --- a/Makefile
18 +++ b/Makefile
19 @@ -63,6 +63,8 @@ eclass-reference/text.xml:
20 @echo "Creating a placeholder index as fallback." >&2
21 bin/gen-eclass-html.sh -n
22
23 +appendices/todo-list/index.html: $(XMLS)
24 +
25 # Each HTML file must depend on its XML file with all its descendants
26 # (for the contents tree), all its ancestors (for breadcrumbs), and
27 # the previous and next documents (for backward and forward links).