diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $< |