This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] building html docu


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]