aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-05-24 14:53:57 +0200
committerJonas Smedegaard <dr@jones.dk>2025-05-24 14:53:57 +0200
commitd679ab906c9d304e7bbb869e27109aca64a55a28 (patch)
treecdecb124b1a0135333524f2caf8da5822265ff54 /Makefile
parent9d6da046d07b39bf14ca6c97b7781d1da38c6b49 (diff)
fix generate syntax diagram in subdir
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 $< \