Skip to content

Commit 94a5afd

Browse files
committed
Update SEMAPV
1 parent 276905e commit 94a5afd

File tree

5 files changed

+1072
-233
lines changed

5 files changed

+1072
-233
lines changed

Makefile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,12 @@ semapv.owl: semapv-metadata.owl semapv-terms.owl semapv-properties.owl context.j
2020
$(ROBOT) merge -i semapv-metadata.owl --add-prefixes context.jsonld -i semapv-terms.owl -i semapv-properties.owl -o $@
2121

2222
docs/index.html: semapv.owl
23-
pylode $< -o $@
23+
python -m pylode $< -o $@
24+
25+
.PHONY: help
26+
help:
27+
@echo "$$data"
28+
@echo "----------------------------------------"
29+
@echo " Command reference: semapv"
30+
@echo "----------------------------------------"
31+
@echo "all: build docs and semapv vocabulary"

0 commit comments

Comments
 (0)