diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-06-24 12:49:50 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-06-24 12:49:50 +0200 |
commit | 10ce33173671f338b608d5cd5079a24d003f656e (patch) | |
tree | a58a2645489f28a02c69a961a34ba13bbae97d45 /Makefile | |
parent | appendices/common-problems: Remove empty section (diff) | |
download | devmanual-10ce33173671f338b608d5cd5079a24d003f656e.tar.gz devmanual-10ce33173671f338b608d5cd5079a24d003f656e.tar.bz2 devmanual-10ce33173671f338b608d5cd5079a24d003f656e.zip |
Makefile: Dependencies for todo-list
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |