Re: [PATCH] Re: make htmldocs is broken.

From: Michael Still
Date: Sun Aug 17 2003 - 20:22:52 EST


Rob Landley wrote:

>>Working on:
>>/home/landley/linux/linux-2.6.0-test3/Documentation/DocBook/sis900.sgml
>>Done.
>> DOCPROC Documentation/DocBook/kernel-api.sgml
>>docproc: kernel/pm.c: No such file or directory
>>make[1]: *** [Documentation/DocBook/kernel-api.sgml] Error 139
>>make: *** [htmldocs] Error 2
>
> Possibly due to me upgrading to test3-bk5. The following patch seems
> to fix it, although there are 8 zillion warnings build everything from
> there on down...
>
> --- temp/Documentation/DocBook/kernel-api.tmpl 2003-08-17
> 20:40:39.000000000 -0400 +++
> linux-2.6.0-test3/Documentation/DocBook/kernel-api.tmpl 2003-08-17
> 20:40:54.000000000 -0400 @@ -206,7 +206,7 @@
>
> <chapter id="pmfuncs">
> <title>Power Management</title>
> -!Ekernel/pm.c
> +!Ekernel/power/pm.c
> </chapter>
>
> <chapter id="blkdev">

This patch looks good to me (it works on 2.6.0-test3-bk5). It actually
fixes a breakage in make sgmldocs which is used by htmldocs et al.
Cheers,
Mikal


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/