<!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-01-23 at 08:32 -0800, Dan Nicholson wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
On Sat, Jan 23, 2010 at 7:13 AM, Gaetan Nadon &lt;<A HREF="mailto:memsize@videotron.ca">memsize@videotron.ca</A>&gt; wrote:
&gt; The man pages source may be supplied in the tarball or built
&gt; from git. The makefile needs to take that into consideration
&gt; and adjust the targets accordingly.
&gt;
&gt; Signed-off-by: Gaetan Nadon &lt;<A HREF="mailto:memsize@videotron.ca">memsize@videotron.ca</A>&gt;
&gt; ---
&gt; &nbsp;configure.ac &nbsp; &nbsp;| &nbsp; &nbsp;5 +++++
&gt; &nbsp;man/Makefile.am | &nbsp; &nbsp;2 +-
&gt; &nbsp;2 files changed, 6 insertions(+), 1 deletions(-)
&gt;
&gt; diff --git a/configure.ac b/configure.ac
&gt; index 347dcef..c1bb91a 100644
&gt; --- a/configure.ac
&gt; +++ b/configure.ac
&gt; @@ -26,6 +26,11 @@ XI_CFLAGS=&quot;$CWARNFLAGS $XI_CFLAGS&quot;
&gt; &nbsp;AC_SUBST(XI_CFLAGS)
&gt; &nbsp;AC_SUBST(XI_LIBS)
&gt;
&gt; +# Determine if the source for man pages is available
&gt; +# It may already be present (tarball) or can be generated using xmlto
&gt; +AM_CONDITIONAL([HAVE_MANPAGE_SRC], [test -f &quot;$srcdir/man/XAllowDeviceEvents.man&quot; \
&gt; +|| test &quot;x$have_xmlto&quot; = xyes])
&gt; +
&gt; &nbsp;# Check for xmlto and asciidoc for man page conversion
&gt; &nbsp;# (only needed by people building tarballs)
&gt; &nbsp;AM_CONDITIONAL([HAVE_DOCTOOLS], [test &quot;x$XMLTO&quot; != &quot;x&quot; &amp;&amp; test &quot;x$ASCIIDOC&quot; != &quot;x&quot;])
&gt; diff --git a/man/Makefile.am b/man/Makefile.am
&gt; index dd3ed94..3728ae7 100644
&gt; --- a/man/Makefile.am
&gt; +++ b/man/Makefile.am
&gt; @@ -111,7 +111,7 @@ libman_ref = \
&gt;
&gt; &nbsp;libman_pre = $(libman_txt:.txt=.man) $(libman_ref)
&gt;
&gt; -if HAVE_DOCTOOLS
&gt; +if HAVE_MANPAGE_SRC
&gt; &nbsp;nodist_libman_DATA = $(libman_pre:.man=.$(LIB_MAN_SUFFIX))
&gt; &nbsp;endif

Same comments as the other, but this one will blow up on people unless
we drop the &quot;nodist_&quot; here. I'm not sure why that's in there, and it
should be changed so the pages are distributed.

</PRE>
</BLOCKQUOTE>
It puzzled me as well, but all the tests were successful. I'll check it out.
<BLOCKQUOTE TYPE=CITE>
<PRE>
--
Dan
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>