linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Something wrong when transform Documentation/DocBook/*.tmpl into pdf
@ 2004-12-23 19:39 Park Lee
  2004-12-23 20:22 ` Sam Ravnborg
  2004-12-23 21:27 ` Jesper Juhl
  0 siblings, 2 replies; 4+ messages in thread
From: Park Lee @ 2004-12-23 19:39 UTC (permalink / raw)
  To: twaugh; +Cc: linux-kernel

Hi,
  I'm using Fedora Core 2. In
/usr/src/linux-2.6.5-1.358/Documentation/kernel-doc-nano-HOWTO.txt,
in the 'How to extract the documentation' subsection,
it says:

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 
<ENTER>
make pdfdocs  <ENTER>

  But the system says the following:

make: *** No rule to make target `scripts/kernel-doc',
needed by `/wanbook.sgml'.  Stop.

  Then, what's the matter? How actually can I
transform the *.tmpl in Documentation/DocBook into pdf
files? 

  Thank you.



=====
Best Regards,
Park Lee


		
__________________________________ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Something wrong when transform Documentation/DocBook/*.tmpl into pdf
  2004-12-23 19:39 Something wrong when transform Documentation/DocBook/*.tmpl into pdf Park Lee
@ 2004-12-23 20:22 ` Sam Ravnborg
  2004-12-23 21:27 ` Jesper Juhl
  1 sibling, 0 replies; 4+ messages in thread
From: Sam Ravnborg @ 2004-12-23 20:22 UTC (permalink / raw)
  To: Park Lee; +Cc: twaugh, linux-kernel

On Thu, Dec 23, 2004 at 11:39:25AM -0800, Park Lee wrote:
 
>   Then, on the command line, I type the following
> commands:
> 
> cd /usr/src/linux-2.6.5-1.358/Documentation/DocBook 
> <ENTER>
> make pdfdocs  <ENTER>

Execute the command from the root of the kernel src:
cd /usr/src/linux-2.6.5-1.358/
make pdfdocs

	Sam

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Something wrong when transform Documentation/DocBook/*.tmpl into pdf
  2004-12-23 19:39 Something wrong when transform Documentation/DocBook/*.tmpl into pdf Park Lee
  2004-12-23 20:22 ` Sam Ravnborg
@ 2004-12-23 21:27 ` Jesper Juhl
  1 sibling, 0 replies; 4+ messages in thread
From: Jesper Juhl @ 2004-12-23 21:27 UTC (permalink / raw)
  To: Park Lee; +Cc: twaugh, linux-kernel

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Something wrong when transform Documentation/DocBook/*.tmpl into pdf
@ 2004-12-23 21:33 Alexey Dobriyan
  0 siblings, 0 replies; 4+ messages in thread
From: Alexey Dobriyan @ 2004-12-23 21:33 UTC (permalink / raw)
  To: Park Lee; +Cc: linux-kernel

On 2004-12-23 19:39:25, Park Lee wrote:

> cd /usr/src/linux-2.6.5-1.358/Documentation/DocBook 
> <ENTER>
> make pdfdocs  <ENTER>

Correct sequence is:

$ cd /usr/src/linux-whatever/
$ make pdfdocs

pdfs will be at Documentation/DocBook/

	Alexey

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-12-23 21:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-23 19:39 Something wrong when transform Documentation/DocBook/*.tmpl into pdf Park Lee
2004-12-23 20:22 ` Sam Ravnborg
2004-12-23 21:27 ` Jesper Juhl
2004-12-23 21:33 Alexey Dobriyan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).