[PATCH libX11 3/3] docs: Disable fop documentation by default

Dan Nicholson dbn.lists at gmail.com
Tue Oct 12 15:29:07 PDT 2010


On Tue, Oct 12, 2010 at 1:55 PM, Gaetan Nadon <memsize at videotron.ca> wrote:
> On Sat, 2010-10-09 at 17:41 -0700, Dan Nicholson wrote:
>
> fop is used to generate the pdf and ps formats of the documentation.
> This can significantly slow down the build, especially when creating all
> the compose key charts. Since all the docs really only ever need to be
> created for the tarball, set the default to 'no', but ensure that
> they're built during distcheck.
>
> Can you amend the commit text to reflect the fact that currently docs are
> not included in the tarball?

Sure.

>
> Signed-off-by: Dan Nicholson <dbn.lists at gmail.com>
> ---
>  Makefile.am  |    1 +
>  configure.ac |    2 +-
>  2 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/Makefile.am b/Makefile.am
> index 49c32bf..bda2377 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -11,6 +11,7 @@ pkgconfigdir = $(libdir)/pkgconfig
>  pkgconfig_DATA = x11.pc x11-xcb.pc
>
>  MAINTAINERCLEANFILES = ChangeLog INSTALL
> +DISTCHECK_CONFIGURE_FLAGS = --with-fop
>
> The distcheck flag is not required.

Right, I thought we were disting the docs.

--
Dan


More information about the xorg-devel mailing list