public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] building html docu
@ 2005-07-13 15:42 Thorsten Kukuk
  2005-07-18  0:09 ` Roland McGrath
  0 siblings, 1 reply; 4+ messages in thread
From: Thorsten Kukuk @ 2005-07-13 15:42 UTC (permalink / raw)
  To: libc-hacker


Hi,

dir-add.texi is missing in the libc/index.html requirements list,
so building html documentation is failing.

Another problem is: With the removal of linuxthreads, we removed
linuxthreads.texi, too. So you cannot build any documentation 
currently. I would suggest to copy the linuxthreads/linuxthreads.texi
file to nptl/nptl.texi to get at least something which builds.


2005-07-13  Thorsten Kukuk  <kukuk@suse.de>

        * manual/Makefile (libc/index.html): Add dir-add.texi.

--- manual/Makefile
+++ manual/Makefile	2005/07/13 15:35:12
@@ -80,7 +80,7 @@
 libc.dvi libc.pdf: texinfo.tex
 
 html: libc/index.html
-libc/index.html: chapters.texi top-menu.texi libm-err.texi
+libc/index.html: chapters.texi top-menu.texi dir-add.texi libm-err.texi
 	$(MAKEINFO) --html libc.texinfo
 
 # Generate the summary from the Texinfo source files for each chapter.

-- 
Thorsten Kukuk         http://www.suse.de/~kukuk/      kukuk@suse.de
SUSE LINUX Products GmbH       Maxfeldstr. 5       D-90409 Nuernberg
--------------------------------------------------------------------    
Key fingerprint = A368 676B 5E1B 3E46 CFCE  2D97 F8FD 4E23 56C6 FB4B

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

* Re: [PATCH] building html docu
  2005-07-13 15:42 [PATCH] building html docu Thorsten Kukuk
@ 2005-07-18  0:09 ` Roland McGrath
  2005-07-18  5:08   ` Thorsten Kukuk
  0 siblings, 1 reply; 4+ messages in thread
From: Roland McGrath @ 2005-07-18  0:09 UTC (permalink / raw)
  To: Thorsten Kukuk; +Cc: libc-hacker

> 2005-07-13  Thorsten Kukuk  <kukuk@suse.de>
> 
>         * manual/Makefile (libc/index.html): Add dir-add.texi.

Applied.

> Another problem is: With the removal of linuxthreads, we removed
> linuxthreads.texi, too. So you cannot build any documentation currently.

Are you reporting a build problem, or just saying that there is no pthreads
documentation now?

> I would suggest to copy the linuxthreads/linuxthreads.texi file to
> nptl/nptl.texi to get at least something which builds.

As I understand it, linuxthreads/linuxthreads.texi originated with the
LinuxThreads author and its copyright is not assigned to the FSF.  So it
cannot go into the manual proper.  New contributions of threads
documentation for the manual are required.


Thanks,
Roland

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

* Re: [PATCH] building html docu
  2005-07-18  0:09 ` Roland McGrath
@ 2005-07-18  5:08   ` Thorsten Kukuk
  2005-07-18  7:48     ` Roland McGrath
  0 siblings, 1 reply; 4+ messages in thread
From: Thorsten Kukuk @ 2005-07-18  5:08 UTC (permalink / raw)
  To: Roland McGrath; +Cc: libc-hacker

On Sun, Jul 17, Roland McGrath wrote:

> > 2005-07-13  Thorsten Kukuk  <kukuk@suse.de>
> > 
> >         * manual/Makefile (libc/index.html): Add dir-add.texi.
> 
> Applied.
> 
> > Another problem is: With the removal of linuxthreads, we removed
> > linuxthreads.texi, too. So you cannot build any documentation currently.
> 
> Are you reporting a build problem, or just saying that there is no pthreads
> documentation now?

A build problem. The documentation has references to the Phtreads
section which is no longer available. So "make info" complains about
unresolved references.

  Thorsten

-- 
Thorsten Kukuk         http://www.suse.de/~kukuk/      kukuk@suse.de
SUSE LINUX Products GmbH       Maxfeldstr. 5       D-90409 Nuernberg
--------------------------------------------------------------------    
Key fingerprint = A368 676B 5E1B 3E46 CFCE  2D97 F8FD 4E23 56C6 FB4B

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

* Re: [PATCH] building html docu
  2005-07-18  5:08   ` Thorsten Kukuk
@ 2005-07-18  7:48     ` Roland McGrath
  0 siblings, 0 replies; 4+ messages in thread
From: Roland McGrath @ 2005-07-18  7:48 UTC (permalink / raw)
  To: Thorsten Kukuk; +Cc: libc-hacker

> A build problem. The documentation has references to the Phtreads
> section which is no longer available. So "make info" complains about
> unresolved references.

Please demonstrate the problem.  The manual has long had @ifset linuxthreads
around the references.  I don't see any build failure with the current tree.

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

end of thread, other threads:[~2005-07-18  7:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-13 15:42 [PATCH] building html docu Thorsten Kukuk
2005-07-18  0:09 ` Roland McGrath
2005-07-18  5:08   ` Thorsten Kukuk
2005-07-18  7:48     ` Roland McGrath

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 read-only IMAP folder(s) and NNTP newsgroup(s).