Yes, this is a good idea! I too prefer a html_xsl default. Also, be
sure to update the HOWTO afterwards :)
Regards,
Philip
On Jun 6, 2007, at 4:13 AM, Nuno Lopes wrote:
great patch, Hannes ;)
I would just make the html_xsl schema as the default one.
Nuno
----- Original Message ----- From: "Hannes Magnusson"
<[EMAIL PROTECTED]>
To: "PHPdoc List" <[email protected]>
Sent: Wednesday, June 06, 2007 11:49 AM
Subject: [PHP-DOC] [PATCH] Simplify partial builds
Hi all
Attached is a patch to simplify partial phpdoc builds, i.e. building
only a single function page, complete reference section or whatever.
Usage:
gmake part/<ID>
i.e. to build the function.strpos manual page and the complete
imagick docs:
gmake part/function.strpos part/ref.imagick
This will do a phpweb_xsl/html_xsl build, depending on the configure
option, default is phpweb_xsl. To change the build type to html_xsl
use the --buildstyle=html configure option.
I personally only do phpweb_xsl builds and therefor picked that as
the
default... Maybe we should change it the html_xsl?
Comments? Objections? Other ideas?
-Hannes