# Makefile for SVG Compositing.

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

# include $(TOOLS)/common.mk

all : ../publish/SVGIntegration.html

../publish/SVGIntegration.html : SVGIntegration.html \
		definitions.xml publish.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
