aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b0518e5..2ecd379 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ ARTICLES = waste worlding
ONTOLOGIES = learn waste
ONTOLOGIES_LEARN = tentacular bisected trap
-ONTOLOGIES_VERSION = 0.1
+ONTOLOGIES_VERSION = 0.1.1
GRAPHS = $(patsubst ex/%.ttl,%,$(wildcard ex/*.ttl))
@@ -51,7 +51,7 @@ prepare: \
$(foreach dia,tentacular trap all,$(foreach ext,svg tex,learn/$(dia)_rdfs.$(ext)))
learn/$(ONTOLOGIES_VERSION)/%.ttl: learn/%.ttl
- mkdir --parents learn/0.1
+ mkdir --parents learn/$(ONTOLOGIES_VERSION)
perl -gp \
-e 's,\b$(subst bisected,learn2sect,$(subst tentacular,learn10tac,$(subst core,learn,$*))):,:,g;' \
-e 's,\Q$(BASE_URI)stub/foaf#,http://xmlns.com/foaf/0.1/,g;' \