From 7133d8ee4ef6d4167e4598083086eb847a1ed02c Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Thu, 14 Mar 2002 13:46:16 +0000 Subject: [PATCH] Make profiling onechunk --- xsl/html/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xsl/html/Makefile b/xsl/html/Makefile index 637b8b032..1f8b4a005 100644 --- a/xsl/html/Makefile +++ b/xsl/html/Makefile @@ -3,7 +3,8 @@ XJPARSE=../../cvstools/xjparse include Makefile.param -all: titlepage.templates.xsl param.xsl profile-docbook.xsl profile-chunk.xsl +all: titlepage.templates.xsl param.xsl \ + profile-docbook.xsl profile-chunk.xsl profile-onechunk.xsl xml: param.xml @@ -33,3 +34,6 @@ profile-docbook.xsl: profile-chunk.xsl: $(XSLT) chunk.xsl ../profiling/xsl2profile.xsl $@ + +profile-onechunk.xsl: + $(XSLT) onechunk.xsl ../profiling/xsl2profile.xsl $@ -- 2.50.1