aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-06-28 19:58:21 +0200
committerJonas Smedegaard <dr@jones.dk>2024-06-28 19:58:21 +0200
commit1e708cc36cc78cbc99b58cab4007dcdf85ae6b27 (patch)
tree8e58206705d043efb9ff4f4c2de47f60b6a8f2af /Makefile
parentc5443b84d2884af734ff64d1da80d810d8afce71 (diff)
drop Turtle serialization workarounds, obsoleted since sdml-cli v0.2.9
Diffstat (limited to 'Makefile')
-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 $<