URILIST = \
.\ http://docbook.sourceforge.net/release/xsl/current/
-DIRS=extensions common lib html fo manpages htmlhelp javahelp roundtrip slides website
+DIRS=extensions common lib html fo manpages htmlhelp javahelp eclipse roundtrip slides website
.PHONY: distrib clean doc docsrc xhtml
--- /dev/null
+XSLT=../../buildtools/saxon\r
+XJPARSE=../../buildtools/xjparse\r
+\r
+all: profile-eclipse.xsl\r
+\r
+profile-eclipse.xsl: eclipse.xsl ../profiling/xsl2profile.xsl\r
+ $(XSLT) $< ../profiling/xsl2profile.xsl $@\r
+\r
+clean:\r
+ rm -f profile-eclipse.xsl\r