<!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.32.2">
</HEAD>
<BODY>
On Tue, 2011-06-14 at 10:41 +0200, Diego Elio Petten&#242; wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Il giorno lun, 13/06/2011 alle 19.43 -0400, Gaetan Nadon ha scritto:
&gt; 
&gt; This directory is created when the source code is extracted from git.
&gt; There are 175 other man pages directories in X.Org and none are
&gt; created from the makefile.

You're assuming always running a build in-place. That might not be the
case. Indeed Gentoo has been building Xorg modules out-of-tree for quite
a while now.

In a out-of-tree build, the directories are to be created: with a
recursive Makefile, ./config.status would create them to convert
Makefile.in to Makefile; on a non-recursive Makefile, it is the task of
the target rule to create the directory. Interestingly enough, when
using subdir-objects, the Makefile rules already include that for all
the other targets.
</PRE>
</BLOCKQUOTE>
<BR>
Right. That was my mistake, as Dan found out as well. I should not have separated this code from the move back to the man dir. I had not realized it was required to create those directories. It should have been in one patch.<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>

-- 
Diego Elio Petten&#242; &#8212; Flameeyes
<A HREF="http://blog.flameeyes.eu/">http://blog.flameeyes.eu/</A>


_______________________________________________
<A HREF="mailto:xorg-devel@lists.x.org">xorg-devel@lists.x.org</A>: X.Org development
Archives: <A HREF="http://lists.x.org/archives/xorg-devel">http://lists.x.org/archives/xorg-devel</A>
Info: <A HREF="http://lists.x.org/mailman/listinfo/xorg-devel">http://lists.x.org/mailman/listinfo/xorg-devel</A>
</PRE>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>