From: Norman Walsh Date: Thu, 14 Mar 2002 13:46:16 +0000 (+0000) Subject: Make profiling onechunk X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7133d8ee4ef6d4167e4598083086eb847a1ed02c;p=docbook-dsssl Make profiling onechunk --- 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 $@