diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2025-05-23 07:07:04 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2025-05-23 07:07:04 +0200 |
| commit | 7e56c94c03727894dec1b65da923bb4bd532df52 (patch) | |
| tree | d964a2fc96af99b43133eacb046910e9d2bfff20 /Makefile | |
| parent | c137bb34cf4f5875e6b959e5563dd37c0f1638bc (diff) | |
move syntax diagrams to subdir
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |
