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

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).