2008-11-19 15:22:46

by Jes Sorensen

[permalink] [raw]
Subject: [patch] docbook build fix, update include path

Fix include path for mca_dma.h to match arch/x86/include path

Signed-off-by: Jes Sorensen <[email protected]>

---
Documentation/DocBook/mcabook.xml | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)

Index: linux-2.6.git/Documentation/DocBook/mcabook.xml
===================================================================
--- linux-2.6.git.orig/Documentation/DocBook/mcabook.xml
+++ linux-2.6.git/Documentation/DocBook/mcabook.xml
@@ -569,7 +569,7 @@

<chapter id="dmafunctions">
<title>DMA Functions Provided</title>
-<!-- include/asm-x86/mca_dma.h -->
+<!-- arch/x86/include/asm/mca_dma.h -->
<refentry id="API-mca-enable-dma">
<refentryinfo>
<title>LINUX</title>


Attachments:
0000-fix-docbook-build.patch (722.00 B)

2008-11-19 16:07:41

by Randy Dunlap

[permalink] [raw]
Subject: Re: [patch] docbook build fix, update include path

On Wed, 19 Nov 2008 16:22:34 +0100 Jes Sorensen wrote:

> Hi
>
> Build fix for kerneldoc

<attachment :( >

Hi Jes,
Is your git tree up-to-date? This should already be fixed.

---
~Randy

2008-11-20 09:15:23

by Jes Sorensen

[permalink] [raw]
Subject: Re: [patch] docbook build fix, update include path

Randy Dunlap wrote:
> On Wed, 19 Nov 2008 16:22:34 +0100 Jes Sorensen wrote:
>> Build fix for kerneldoc
>
> <attachment :( >
>
> Hi Jes,
> Is your git tree up-to-date? This should already be fixed.

Hi Randy,

I did a git pull right before running into the problem. Still haven't
gotten the %$#$%# thing to build though, but this got it a little
further.

If you can tell me how to make kerneldoc build on Fedora I would much
appreciate it (maybe in a seperate thread/email).

Cheers,
Jes

2008-11-20 15:17:29

by Jes Sorensen

[permalink] [raw]
Subject: Re: [patch] docbook build fix, update include path

Randy Dunlap wrote:
> Hi Jes,
> Is your git tree up-to-date? This should already be fixed.

Randy,

It shows up the tree I was working in was a clone of a local clone, and
the master hadn't been updated when I did my pull.

Sorry for the noise.

Cheers,
Jes

2008-11-20 16:06:31

by Randy Dunlap

[permalink] [raw]
Subject: Re: [patch] docbook build fix, update include path

Jes Sorensen wrote:
> Randy Dunlap wrote:
>> On Wed, 19 Nov 2008 16:22:34 +0100 Jes Sorensen wrote:
>>> Build fix for kerneldoc
>>
>> <attachment :( >
>>
>> Hi Jes,
>> Is your git tree up-to-date? This should already be fixed.
>
> Hi Randy,
>
> I did a git pull right before running into the problem. Still haven't
> gotten the %$#$%# thing to build though, but this got it a little
> further.
>
> If you can tell me how to make kerneldoc build on Fedora I would much
> appreciate it (maybe in a seperate thread/email).

BTW, I use "make htmldocs". Both "make psdocs" and "make pdfdocs"
have toolchain failures (AFAIK) and I don't know what to do about them.

--
~Randy