[PATCH] Re: make htmldocs is broken.

From: Rob Landley
Date: Sun Aug 17 2003 - 19:51:03 EST


On Sunday 17 August 2003 17:07, Jeff Garzik wrote:
> Rob Landley wrote:
> > Does this command live on default installs of SuSE or debian or
> > something? (Or maybe it was in RH 7 or so and has been removed?)
>
> Red Hat and Debian ship this program in their current distros, in the
> transfig package.
>
> Jeff

But it's not installed by default. Okay...

How bout this one then? :)

>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">


Rob
-
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/