From a7345d2f8535a6d7ceb7c73f6811b7bce96d14e0 Mon Sep 17 00:00:00 2001
From: Jonas Smedegaard <dr@jones.dk>
Date: Mon, 3 Jun 2024 07:55:34 +0200
Subject: include local rerendering of tags in make target annot-all

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index b06b32e..e50c9a2 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ learn/$(ONTOLOGIES_VERSION)/%.ttl: learn/%.ttl
 	 -e 's,\n\s*owl:imports\s[^\n]+;(?=\n),,g;' \
 	 < $< > $@
 
-annot-all: annot-sync annot-render
+annot-all: annot-sync annot-render $(ANNOT_TAGS:%=annot/%/index.qmd)
 
 annot-sync:
 	gooseberry sync
-- 
cgit v1.2.3