aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-05-26 11:00:33 +0200
committerJonas Smedegaard <dr@jones.dk>2025-05-26 11:40:24 +0200
commitb39149eae9a046dea7367ea0423fb7e7a27149a2 (patch)
tree89ffea26c8c359086b59b4f81a5158641411b652 /Makefile
parentbd8c87a53621a3e1e421c22caf30571a90db398c (diff)
rename syntax definitions: drop prefix def_
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5797dd9..2fbdabc 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ DIFF = $(strip $(or \
PANDOC = pandoc --from commonmark
#PANDOC = quarto pandoc --from commonmark
-SYNTAX_DIAGRAMS := $(patsubst %.py,%.svg,$(wildcard syntax/def_*.py))
+SYNTAX_DIAGRAMS := $(patsubst %.py,%.svg,$(wildcard syntax/*.py))
WORKFLOW_DIAGRAMS := $(patsubst %.cwl,%.svg,$(wildcard workflow/phase*.cwl))