aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-05-23 07:07:04 +0200
committerJonas Smedegaard <dr@jones.dk>2025-05-23 07:07:04 +0200
commit7e56c94c03727894dec1b65da923bb4bd532df52 (patch)
treed964a2fc96af99b43133eacb046910e9d2bfff20 /Makefile
parentc137bb34cf4f5875e6b959e5563dd37c0f1638bc (diff)
move syntax diagrams to subdir
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 83b764d..04528a3 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ DIFF = git --no-pager diff --no-index
PANDOC = pandoc --from commonmark
#PANDOC = quarto pandoc --from commonmark
-SYNTAX_DIAGRAMS := $(patsubst %.py,%.svg,$(wildcard def_*.py))
+SYNTAX_DIAGRAMS := $(patsubst %.py,%.svg,$(wildcard syntax/def_*.py))
WORKFLOW_DIAGRAMS := $(patsubst %.cwl,%.svg,$(wildcard workflow/phase*.cwl))