Skip to content

Commit dab7b43

Browse files
authored
Update cryo.Makefile
1 parent 01c6a98 commit dab7b43

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/ontology/cryo.Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ ALL_ANNOTATIONS=--ontology-iri https://w3id.org/pmd/cryo/ -V https://w3id.org/pm
6464
--annotation http://purl.org/dc/terms/bibliographicCitation "$(CITATION)" \
6565
--link-annotation owl:priorVersion https://w3id.org/pmd/cryo/$(PRIOR_VERSION)
6666

67-
.PHONY: update-ontology-annotations
6867
update-ontology-annotations:
6968
@echo "Publishing CryO assets to root directory..."
7069
$(ROBOT) annotate --input cryo.owl $(ALL_ANNOTATIONS) --output ../../cryo.owl
@@ -73,3 +72,5 @@ update-ontology-annotations:
7372
$(ROBOT) annotate --input cryo-full.ttl $(ALL_ANNOTATIONS) --output ../../cryo-full.ttl
7473
$(ROBOT) annotate --input cryo-base.owl $(ALL_ANNOTATIONS) --output ../../cryo-base.owl
7574
$(ROBOT) annotate --input cryo-base.ttl $(ALL_ANNOTATIONS) --output ../../cryo-base.ttl
75+
76+
all_assets: update-ontology-annotations

0 commit comments

Comments
 (0)