aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 8c4f2d8..1218afc 100644
--- a/Makefile
+++ b/Makefile
@@ -224,13 +224,6 @@ $(ARTICLES:%=%/b.tex): %/b.tex:
%.ttl: %.sdm
sdml --no-color convert -i $< -f rdf -o $@
-# TODO: drop workarounds when SDML renders syntactically correct Turtle
-# <https://github.com/sdm-lang/rust-sdml/issues/9>
-# <https://github.com/sdm-lang/rust-sdml/issues/11>
- perl -pi \
- -e 's/\\"([^\\"]*)\\"(?="\^\^xsd:date\b)/$$1/g;' \
- -e 's/sdml:srcLabel\s+\K\S+/"$$&"/g;' \
- $@
%/core.puml: %/core.ttl %/prefixes.ttl
rdfpuml $<