]> granicus.if.org Git - docbook-dsssl/commitdiff
Make profiling onechunk
authorNorman Walsh <ndw@nwalsh.com>
Thu, 14 Mar 2002 13:46:16 +0000 (13:46 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 14 Mar 2002 13:46:16 +0000 (13:46 +0000)
xsl/html/Makefile

index 637b8b03220b87dcb9e48ac149a381bb29ee9ff7..1f8b4a00520ce38ba60ba15a911bb46a642e556d 100644 (file)
@@ -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 $@