From 10ce33173671f338b608d5cd5079a24d003f656e Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Fri, 24 Jun 2022 12:49:50 +0200 Subject: Makefile: Dependencies for todo-list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- 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). -- cgit v1.2.3-65-gdbad