]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed bug #1715093: Makefile for creating profiled version of eclipse.xsl added.
authorMauritz Jeanson <mj@johanneberg.com>
Tue, 5 Jun 2007 18:15:09 +0000 (18:15 +0000)
committerMauritz Jeanson <mj@johanneberg.com>
Tue, 5 Jun 2007 18:15:09 +0000 (18:15 +0000)
xsl/Makefile
xsl/eclipse/Makefile [new file with mode: 0644]

index 7f043c5e5da0684f0000f54503cdf6c06cd12d55..d1c4a2f67480418b191d89341023e6c875e08c5f 100644 (file)
@@ -23,7 +23,7 @@ DISTRIB_PACKAGES = doc
 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
 
diff --git a/xsl/eclipse/Makefile b/xsl/eclipse/Makefile
new file mode 100644 (file)
index 0000000..5a75cfb
--- /dev/null
@@ -0,0 +1,10 @@
+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