commit: 10ce33173671f338b608d5cd5079a24d003f656e
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 10:49:50 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 10:49:50 2022 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=10ce3317
Makefile: Dependencies for todo-list
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Makefile b/Makefile
index cbb31e7..054b720 100644
--- a/Makefile
+++ b/Makefile
@@ -63,6 +63,8 @@ eclass-reference/text.xml:
@echo "Creating a placeholder index as fallback." >&2
bin/gen-eclass-html.sh -n
+appendices/todo-list/index.html: $(XMLS)
+
# Each HTML file must depend on its XML file with all its descendants
# (for the contents tree), all its ancestors (for breadcrumbs), and
# the previous and next documents (for backward and forward links).