From ff2fe922b7905e4488380cb6efb26bb027270001 Mon Sep 17 00:00:00 2001 From: Mauritz Jeanson Date: Tue, 5 Jun 2007 18:15:09 +0000 Subject: [PATCH] Fixed bug #1715093: Makefile for creating profiled version of eclipse.xsl added. --- xsl/Makefile | 2 +- xsl/eclipse/Makefile | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 xsl/eclipse/Makefile diff --git a/xsl/Makefile b/xsl/Makefile index 7f043c5e5..d1c4a2f67 100644 --- a/xsl/Makefile +++ b/xsl/Makefile @@ -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 index 000000000..5a75cfb44 --- /dev/null +++ b/xsl/eclipse/Makefile @@ -0,0 +1,10 @@ +XSLT=../../buildtools/saxon +XJPARSE=../../buildtools/xjparse + +all: profile-eclipse.xsl + +profile-eclipse.xsl: eclipse.xsl ../profiling/xsl2profile.xsl + $(XSLT) $< ../profiling/xsl2profile.xsl $@ + +clean: + rm -f profile-eclipse.xsl -- 2.40.0