Re: Something wrong when transform Documentation/DocBook/*.tmpl intopdf

From: Jesper Juhl
Date: Thu Dec 23 2004 - 16:18:25 EST


On Thu, 23 Dec 2004, Park Lee wrote:

[...]
> If you just want to read the ready-made books on the
> various subsystems (see Documentation/DocBook/*.tmpl),
> just type 'make psdocs', or 'make pdfdocs', or 'make
> htmldocs', depending on your preference.
>
> Then, on the command line, I type the following
> commands:
>
> cd /usr/src/linux-2.6.5-1.358/Documentation/DocBook

Wrong, you want to be in the top of the kernel source tree, not in the
Documentation/DocBook subdir.

cd /path/to/your/kernel/source
make pdfdocs

you can also make docs in other formats, try running "make help" and
you'll see this :

[...]
Documentation targets:
Linux kernel internal documentation in different formats:
sgmldocs (SGML), psdocs (Postscript), pdfdocs (PDF)
htmldocs (HTML), mandocs (man pages, use installmandocs to install)
[...]


--
Jesper Juhl


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