summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 9a9d649..55b24a0 100644
--- a/Makefile
+++ b/Makefile
@@ -179,9 +179,9 @@ ex/%.png: ex/%.puml
ex/%.svg: ex/%.puml
plantuml -tsvg $<
-%/index.html: %/core.ttl
- mkdir --parents $*
- ontospy gendocs --type 2 -x -o $(CURDIR)/$* $<
+%/docs/index.html: %/core.ttl
+ mkdir --parents $*/docs
+ ontospy gendocs --type 2 -x -o $(CURDIR)/$*/docs $<
$(ONTOLOGIES:%=view-%-concept-diagram): view-%-concept-diagram: %/concepts.svg
inkview $<
@@ -202,4 +202,4 @@ $(ONTOLOGIES:%=view-%-puml-diagram): view-%-puml-diagram: %/core.png
$(GRAPHS:%=view-%-puml-diagram): view-%-puml-diagram: ex/%.png
imv-wayland $<
-$(ONTOLOGIES:%=render-%-ontology): render-%-ontology: %/index.html
+$(ONTOLOGIES:%=render-%-ontology): render-%-ontology: %/docs/index.html