On Tue, Oct 12, 2010 at 1:55 PM, Gaetan Nadon <[email protected]> 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 <[email protected]> > --- > 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
