This is on the latest linus tree (75fa67706cce5272bcfc51ed646f2da21f3bdb6e):
/mnt/hd0/download/linux-2.6-latest>make htmldocs
make[1]: *** No rule to make target `include/asm-x86/io_32.h', needed
by `Documentation/DocBook/deviceiobook.xml'. Stop.
make: *** [htmldocs] Error 2
--
Regards,
Peter Teoh
Peter Teoh wrote:
> This is on the latest linus tree (75fa67706cce5272bcfc51ed646f2da21f3bdb6e):
>
> /mnt/hd0/download/linux-2.6-latest>make htmldocs
> make[1]: *** No rule to make target `include/asm-x86/io_32.h', needed
> by `Documentation/DocBook/deviceiobook.xml'. Stop.
> make: *** [htmldocs] Error 2
Hi,
I thought that I had already fixed that, but I'll take another look
at it.
Thanks,
--
~Randy
On Wed, 05 Nov 2008 08:35:19 -0800 Randy Dunlap wrote:
> Peter Teoh wrote:
> > This is on the latest linus tree (75fa67706cce5272bcfc51ed646f2da21f3bdb6e):
> >
> > /mnt/hd0/download/linux-2.6-latest>make htmldocs
> > make[1]: *** No rule to make target `include/asm-x86/io_32.h', needed
> > by `Documentation/DocBook/deviceiobook.xml'. Stop.
> > make: *** [htmldocs] Error 2
>
> Hi,
> I thought that I had already fixed that, but I'll take another look
> at it.
Peter,
Please check again. I suspect some files or the git tree is not current.
> git describe
v2.6.28-rc3-54-g75fa677
> grep asm-x86 Documentation/DocBook/deviceiobook.tmpl
# finds nothing
and I fixed this error here (in Linus's git tree):
commit a1a739c56ad031b8bf8b3804f568ac88899f8dd7
Author: Randy Dunlap <[email protected]>
Date: Sat Oct 25 17:24:36 2008 -0700
docbooks: fix fatal filename errors
---
~Randy