# Makefile for SVG Referenced Parameter Variables.

TOOLS=../../../tools

# include $(TOOLS)/common.mk

all : SVGRefPrimer.html SVGRef.html definitions.xml publish.xml publish-primer.xml $(TOOLS)/publish.xsl
	java -classpath $(TOOLS)/saxonb/saxon9.jar net.sf.saxon.Transform -ext:on -dtd:off -expand:off publish.xml $(TOOLS)/publish.xsl
	java -classpath $(TOOLS)/saxonb/saxon9.jar net.sf.saxon.Transform -ext:on -dtd:off -expand:off publish-primer.xml $(TOOLS)/publish.xsl
