From: Michael Smith Date: Thu, 28 Jun 2007 23:38:27 +0000 (+0000) Subject: Added a manpages/profile-docbook.xsl file to enable single-pass X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3222203bda89a3bb87b15b3d0ab332755192bee;p=docbook-dsssl Added a manpages/profile-docbook.xsl file to enable single-pass profiling for manpages output. KNOWN ISSUE: Single-pass namespace stripping does not yet work in combination with the manpages/profile-docbook.xsl stylesheet. --- diff --git a/xsl/manpages/Makefile b/xsl/manpages/Makefile index ff6fb80a5..d829a0190 100644 --- a/xsl/manpages/Makefile +++ b/xsl/manpages/Makefile @@ -1,6 +1,6 @@ include ../../buildtools/Makefile.incl -XSLFILES=param.xsl html-synop.xsl +XSLFILES=param.xsl profile-docbook.xsl html-synop.xsl ALLTARGETS=$(XSLFILES) PROFILECONDITION=manpages HTML2ROFF=../tools/xsl/build/html2roff.xsl