aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f5b1aca..67af9e4 100644
--- a/Makefile
+++ b/Makefile
@@ -177,7 +177,7 @@ $(ARTICLES:%=%/b.tex): %/b.tex:
sdml draw --diagram uml-class -i $< -f svg -o $@
%.ttl: %.sdm
- sdml convert -i $< -f rdf -o $@ --no-color
+ sdml --no-color convert -i $< -f rdf -o $@
%/core.puml: %/core.ttl %/prefixes.ttl
rdfpuml $<