[PATCH] build: Add --disable-manpages configure option

2013-01-16 Thread David Herrmann
Hi Colin On Thu, Jan 10, 2013 at 1:46 AM, Colin Walters wrote: > It's not enough to check for xsltproc - the system may not have the > docbook stylesheets installed. This patch also allows builders to > override the generation/installation of manpages entirely; for > example, manpages are of no

Re: [PATCH] build: Add --disable-manpages configure option

2013-01-16 Thread David Herrmann
Hi Colin On Thu, Jan 10, 2013 at 1:46 AM, Colin Walters wrote: > It's not enough to check for xsltproc - the system may not have the > docbook stylesheets installed. This patch also allows builders to > override the generation/installation of manpages entirely; for > example, manpages are of no

[PATCH] build: Add --disable-manpages configure option

2013-01-09 Thread Colin Walters
It's not enough to check for xsltproc - the system may not have the docbook stylesheets installed. This patch also allows builders to override the generation/installation of manpages entirely; for example, manpages are of no use for embedded systems, so it's better to not even waste the power buil

[PATCH] build: Add --disable-manpages configure option

2013-01-09 Thread Colin Walters
the power building them. --- configure.ac| 10 -- man/Makefile.am |4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) >From eb0f352dc35e5b4a75abd27f1877b37bd1d536c6 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 9 Jan 2013 19:35:05 -0500 Subject: [PATCH] build: