diff --git a/dependencies/Makefile b/dependencies/Makefile index 9003d907..fe277f03 100644 --- a/dependencies/Makefile +++ b/dependencies/Makefile @@ -15,10 +15,12 @@ SHELL := /bin/bash case_develop_ttls := \ $(wildcard CASE-develop/ontology/*/*.ttl) \ - $(wildcard UCO-develop/ontology/*/*.ttl) + $(wildcard UCO-develop/ontology/*/*.ttl) \ + $(wildcard UCO-develop/ontology/uco/*/*.ttl) case_unstable_ttls := \ $(wildcard CASE-unstable/ontology/*/*.ttl) \ + $(wildcard UCO-unstable/ontology/*/*.ttl) \ $(wildcard UCO-unstable/ontology/uco/*/*.ttl) top_srcdir := $(shell cd .. ; pwd) diff --git a/dependencies/UCO-unstable b/dependencies/UCO-unstable index 346cf25c..53be92a7 160000 --- a/dependencies/UCO-unstable +++ b/dependencies/UCO-unstable @@ -1 +1 @@ -Subproject commit 346cf25c0c677d41ea07f0eb4c71efa5331898b6 +Subproject commit 53be92a7634a35e63c5a9d02d80277814863ca54