diff --git a/Makefile b/Makefile index 7300c1df2c4887b05719e55fa2eb7aa8ad5ab1dd..5d353abd06852bd0e95bc4fa11b8ab42ef0a388e 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