aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-06-24 12:49:50 +0200
committerUlrich Müller <ulm@gentoo.org>2022-06-24 12:49:50 +0200
commit10ce33173671f338b608d5cd5079a24d003f656e (patch)
treea58a2645489f28a02c69a961a34ba13bbae97d45
parentappendices/common-problems: Remove empty section (diff)
downloaddevmanual-10ce33173671f338b608d5cd5079a24d003f656e.tar.gz
devmanual-10ce33173671f338b608d5cd5079a24d003f656e.tar.bz2
devmanual-10ce33173671f338b608d5cd5079a24d003f656e.zip
Makefile: Dependencies for todo-list
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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).