2011-12-06 Joel Sherrill <joel.sherrill@oarcorp.com>

PR 1793/doc
	* Makefile.am, configure.ac, bmenu/bmenu2.c: Convert from texi2www to
	texi2html.
	* texi2www/ChangeLog, texi2www/Makefile.am, texi2www/dir-arrow.gif,
	texi2www/missing-arrow.gif, texi2www/next-arrow.gif,
	texi2www/prev-arrow.gif, texi2www/texi2dvi, texi2www/texi2www,
	texi2www/texi2www.texi, texi2www/up-arrow.gif: Removed.
This commit is contained in:
Joel Sherrill
2011-12-06 15:12:43 +00:00
parent 158cdfa448
commit 7c69a43f50
14 changed files with 16 additions and 2291 deletions

View File

@@ -12,7 +12,7 @@
* + previous of the first node
* + next of the last node
*
* COPYRIGHT (c) 1988-2002.
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
*
@@ -777,7 +777,7 @@ void BuildTexinfoNodes( void )
if ( menu_items == 0 ) {
new_line = AllocateLine();
strcpy( new_line->Contents, "@ifinfo" );
strcpy( new_line->Contents, "" ); /* "@ifinfo" ); */
_Chain_Insert( menu_insert_point->Node.previous, &new_line->Node );
new_line = AllocateLine();
@@ -808,7 +808,7 @@ continue_menu_loop:
_Chain_Insert( menu_insert_point->Node.previous, &new_line->Node );
new_line = AllocateLine();
strcpy( new_line->Contents, "@end ifinfo" );
strcpy( new_line->Contents, "" ); /* "@end ifinfo" ); */
_Chain_Insert( menu_insert_point->Node.previous, &new_line->Node );
}