<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Sat, 2010-10-09 at 17:41 -0700, Dan Nicholson wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <TT><FONT COLOR="#1a1a1a">fop is used to generate the pdf and ps formats of the documentation.</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">This can significantly slow down the build, especially when creating all</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">the compose key charts. Since all the docs really only ever need to be</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">created for the tarball, set the default to 'no', but ensure that</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">they're built during distcheck.</FONT></TT><BR>
</BLOCKQUOTE>
Can you amend the commit text to reflect the fact that currently docs are not included in the tarball?<BR>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <TT><FONT COLOR="#1a1a1a">Signed-off-by: Dan Nicholson &lt;<A HREF="mailto:dbn.lists@gmail.com">dbn.lists@gmail.com</A>&gt;</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">---</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">&nbsp;Makefile.am&nbsp; |&nbsp;&nbsp;&nbsp; 1 +</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">&nbsp;configure.ac |&nbsp;&nbsp;&nbsp; 2 +-</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">&nbsp;2 files changed, 2 insertions(+), 1 deletions(-)</FONT></TT><BR>
    <BR>
    <TT><FONT COLOR="#1a1a1a">diff --git a/Makefile.am b/Makefile.am</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">index 49c32bf..bda2377 100644</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">--- a/Makefile.am</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">+++ b/Makefile.am</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">@@ -11,6 +11,7 @@ pkgconfigdir = $(libdir)/pkgconfig</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">&nbsp;pkgconfig_DATA = x11.pc x11-xcb.pc</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">&nbsp;</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">&nbsp;MAINTAINERCLEANFILES = ChangeLog INSTALL</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">+DISTCHECK_CONFIGURE_FLAGS = --with-fop</FONT></TT><BR>
</BLOCKQUOTE>
The distcheck flag is not required.<BR>
<BR>
There are 4 modules having generated docs in the tarball and the build<BR>
fails on distcheck if the tool is missing (due to dependencies in the makefile).<BR>
<BR>
</BODY>
</HTML>