Fix 'make info' to work again.
* libc/Makefile.am (SUBDEFS): Correctly build popen docs. * libc/libc.texinfo (Top): Add posix node to menu.
This commit is contained in:
		
							parent
							
								
									d3d3983de9
								
							
						
					
					
						commit
						84d6be5fa3
					
				|  | @ -1,3 +1,8 @@ | |||
| 2009-08-19  Eric Blake  <ebb9@byu.net> | ||||
| 
 | ||||
| 	* libc/Makefile.am (SUBDEFS): Correctly build popen docs. | ||||
| 	* libc/libc.texinfo (Top): Add posix node to menu. | ||||
| 
 | ||||
| 2009-08-18  Jeff Johnston  <jjohnstn@redhat.com> | ||||
| 
 | ||||
| 	* newlib.hin: Add comment regarding file being manually edited. | ||||
|  |  | |||
|  | @ -131,7 +131,8 @@ SUBDEFS = \ | |||
| 	locale/stmp-def \
 | ||||
| 	reent/stmp-def \
 | ||||
| 	$(LIBC_EXTRA_DEF) \
 | ||||
| 	misc/stmp-def | ||||
| 	misc/stmp-def \
 | ||||
| 	posix/stmp-def | ||||
| 
 | ||||
| libc.info: sigset.texi extra.texi stdio64.texi iconvset.texi \ | ||||
| 	targetdep.tex $(SUBDEFS) | ||||
|  |  | |||
|  | @ -13,7 +13,7 @@ END-INFO-DIR-ENTRY | |||
| @ifinfo | ||||
| This file documents the ANSI C library. | ||||
| 
 | ||||
| Copyright (C) 1992, 1993, 1994-2008 Red Hat, Inc. | ||||
| Copyright (C) 1992, 1993, 1994-2009 Red Hat, Inc. | ||||
| 
 | ||||
| @file{libc} includes software developed by the | ||||
| University of California, Berkeley and its contributors. | ||||
|  | @ -162,6 +162,7 @@ into another language, under the above conditions for modified versions. | |||
| * Reentrancy:: | ||||
| 
 | ||||
| * Misc:: | ||||
| * Posix:: | ||||
| * Syscalls:: | ||||
| * Arglists:: | ||||
| @ifset ICONV | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue