From 48b75abc1d29a3f5388da160304b28c2d8996c89 Mon Sep 17 00:00:00 2001
From: Jonas Smedegaard <dr@jones.dk>
Date: Thu, 27 Jun 2024 07:53:26 +0200
Subject: bump learn ontology to version 0.1.1

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'Makefile')

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;' \
-- 
cgit v1.2.3