From 566901addaaf1c47e29fcc7812d94139dc9cf882 Mon Sep 17 00:00:00 2001 From: David Maus <maus@hab.de> Date: Mon, 28 May 2018 09:00:44 +0200 Subject: [PATCH] =?UTF-8?q?Makefile=20Target=20f=C3=BCr=20HTML=20der=20Emb?= =?UTF-8?q?lemontology?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 7300c1df2..5d353abd0 100644 --- a/Makefile +++ b/Makefile @@ -37,3 +37,6 @@ clean: $(RM) -r test/scheme/xspec copy-schema: test/schema/common.rnc test/schema/vocab.rnc + +emblem: public/ontology/emblem.rdf + $(SAXON) -xsl:src/xslt/emblem.xsl -o:public/ontology/emblem.html public/ontology/emblem.rdf -- GitLab