From d679ab906c9d304e7bbb869e27109aca64a55a28 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 24 May 2025 14:53:57 +0200 Subject: fix generate syntax diagram in subdir --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 956af90..40a708b 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ RAPPER += $(foreach s,$(NS),$(let a b,$(subst =, $(),$s), -f 'xmlns:$a="$b"')) _site/report.pdf: $(wildcard _*.qmd) $(SYNTAX_DIAGRAMS) $(WORKFLOW_DIAGRAMS) $(SYNTAX_DIAGRAMS): %.svg: %.py - python3 $< + python3 $< > $@ $(WORKFLOW_DIAGRAMS): %.svg: %.cwl cwltool --print-dot $< \ -- cgit v1.2.3