Ticket #1973: to_texi2html_v1.diff

File to_texi2html_v1.diff, 27.6 KB (added by Joel Sherrill, on 11/29/11 at 00:03:25)

Patch to use texi2html

  • doc/configure.ac

    ? doc/bsp_howto/bsp_howto.fns
    ? doc/started/c_user.html
    ? doc/user/.preface.texi.swp
    ? doc/user/j
    RCS file: /usr1/CVS/rtems/doc/configure.ac,v
    retrieving revision 1.34
    diff -u -r1.34 configure.ac
     
    7575
    7676AC_CHECK_PROGS(PERL,perl)
    7777
    78 TEXI2WWW='$(PERL) $(top_srcdir)/tools/texi2www/texi2www'
    79 AC_SUBST(TEXI2WWW)
     78AC_CHECK_PROGS(TEXI2HTML,texi2html)
     79AC_SUBST(TEXI2HTML)
    8080
    8181AC_CHECK_PROGS(GS,gs)
    8282AM_CONDITIONAL(GS,test x"$GS" != x"")
  • doc/main.am

    RCS file: /usr1/CVS/rtems/doc/main.am,v
    retrieving revision 1.7
    diff -u -r1.7 main.am
     
    22html_projectdir = $(htmldir)/$(PROJECT)
    33endif
    44
    5 TEXI2WWW_ARGS=\
    6 -I $(srcdir) -I $(top_srcdir) -I $(top_builddir) \
    7 -dirfile ../index.html \
    8 -header rtems_header.html \
    9 -footer rtems_footer.html \
    10 -icons ../images
     5#TEXI2WWW_ARGS=\
     6#-I $(srcdir) -I $(top_srcdir) -I $(top_builddir) \
     7#-dirfile ../index.html \
     8#-header rtems_header.html \
     9#-footer rtems_footer.html \
     10#-icons ../images
     11
     12TEXI2HTML_ARGS=\
     13-D use-html --split node \
     14-I $(srcdir) -I $(top_srcdir) -I $(top_builddir)
  • doc/project.am

    RCS file: /usr1/CVS/rtems/doc/project.am,v
    retrieving revision 1.19
    diff -u -r1.19 project.am
     
    5151        -e s%\@VERSION\@%@VERSION@%g \
    5252        < $< > $@
    5353
     54# $(TEXI2WWW) $(TEXI2WWW_ARGS) -base $(PROJECT) $<
    5455index.html $(PROJECT)*.html: $(PROJECT).texi $($(PROJECT)_TEXINFOS) \
    5556    rtems_header.html rtems_footer.html
    56         $(TEXI2WWW) $(TEXI2WWW_ARGS) -base $(PROJECT) $<
     57        rm -rf $(PROJECT).html
     58        $(TEXI2HTML) $(TEXI2HTML_ARGS) --menu $< $<
    5759
    5860MOSTLYCLEANFILES += index.html $(PROJECT)*.html rtems_header.html \
    5961   rtems_footer.html
  • doc/ada_user/ada_user.texi

    RCS file: /usr1/CVS/rtems/doc/ada_user/ada_user.texi,v
    retrieving revision 1.27
    diff -u -r1.27 ada_user.texi
     
    115115@include user/dirstat.texi
    116116@include example.texi
    117117@include user/glossary.texi
    118 @ifinfo
    119118@node Top, List of Figures, (dir), (dir)
    120119@top ada_user
    121120
     
    159158* Concept Index::
    160159@end menu
    161160
    162 @end ifinfo
    163161@c
    164162@c
    165163@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
  • doc/ada_user/example.texi

    RCS file: /usr1/CVS/rtems/doc/ada_user/example.texi,v
    retrieving revision 1.5
    diff -u -r1.5 example.texi
     
    66@c  $Id: example.texi,v 1.5 2002/01/17 21:47:44 joel Exp $
    77@c
    88
    9 @ifinfo
    109@node Example Application, Glossary, Directive Status Codes, Top
    11 @end ifinfo
    1210@chapter Example Application
    1311
    1412@example
  • doc/bsp_howto/bsp_howto.texi

    RCS file: /usr1/CVS/rtems/doc/bsp_howto/bsp_howto.texi,v
    retrieving revision 1.20
    diff -u -r1.20 bsp_howto.texi
     
    7878@include analog.texi
    7979@include discrete.texi
    8080
    81 @ifinfo
    8281@node Top, Introduction, (dir), (dir)
    8382@top bsp_howto
    8483
     
    108107* Concept Index::
    109108@end menu
    110109
    111 @end ifinfo
    112110@c
    113111@c
    114112@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
  • doc/cpu_supplement/cpu_supplement.texi

    RCS file: /usr1/CVS/rtems/doc/cpu_supplement/cpu_supplement.texi,v
    retrieving revision 1.8
    diff -u -r1.8 cpu_supplement.texi
     
    7171@include sh.texi
    7272@include sparc.texi
    7373@include sparc64.texi
    74 @ifinfo
    7574@node Top, Preface, (dir), (dir)
    7675@top cpu_supplement
    7776
     
    9594* Concept Index::
    9695@end menu
    9796
    98 @end ifinfo
    9997@c
    10098@c
    10199@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
  • doc/cpu_supplement/preface.texi

    RCS file: /usr1/CVS/rtems/doc/cpu_supplement/preface.texi,v
    retrieving revision 1.3
    diff -u -r1.3 preface.texi
     
    66@c  $Id: preface.texi,v 1.3 2009/09/14 14:50:39 joel Exp $
    77@c
    88
    9 @ifinfo
    109@node Preface, Port Specific Information, Top, Top
    11 @end ifinfo
    1210@unnumbered Preface
    1311
    1412The Real Time Executive for Multiprocessor Systems
  • doc/develenv/develenv.texi

    RCS file: /usr1/CVS/rtems/doc/develenv/develenv.texi,v
    retrieving revision 1.23
    diff -u -r1.23 develenv.texi
     
    7777@include sample.texi
    7878@include utils.texi
    7979
    80 @ifinfo
    8180@node Top, Introduction, (dir), (dir)
    8281@top develenv
    8382
     
    9291* Concept Index::
    9392@end menu
    9493
    95 @end ifinfo
    9694@c
    9795@c
    9896@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
  • doc/develenv/intro.texi

    RCS file: /usr1/CVS/rtems/doc/develenv/intro.texi,v
    retrieving revision 1.6
    diff -u -r1.6 intro.texi
     
    66@c  $Id: intro.texi,v 1.6 2007/11/27 19:31:05 joel Exp $
    77@c
    88
    9 @ifinfo
    109@node Introduction, Directory Structure, Top, Top
    11 @end ifinfo
    1210@chapter Introduction
    1311
    1412This document describes the RTEMS development
  • doc/filesystem/filesystem.texi

    RCS file: /usr1/CVS/rtems/doc/filesystem/filesystem.texi,v
    retrieving revision 1.19
    diff -u -r1.19 filesystem.texi
     
    6767@include imfs.texi
    6868@include miniimfs.texi
    6969@include tftp.texi
    70 @ifinfo
    7170@node Top, Preface, (dir), (dir)
    7271@top filesystem
    7372
     
    8786* Concept Index::
    8887@end menu
    8988
    90 @end ifinfo
    9189@c
    9290@c
    9391@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
  • doc/filesystem/preface.texi

    RCS file: /usr1/CVS/rtems/doc/filesystem/preface.texi,v
    retrieving revision 1.6
    diff -u -r1.6 preface.texi
     
    66@c  $Id: preface.texi,v 1.6 2002/01/17 21:47:45 joel Exp $
    77@c
    88
    9 @ifinfo
    109@node Preface, , Top, Top
    11 @end ifinfo
    1210@unnumbered Preface
    1311
    1412This document describes the implementation of the RTEMS filesystem
  • doc/networking/networking.texi

    RCS file: /usr1/CVS/rtems/doc/networking/networking.texi,v
    retrieving revision 1.16
    diff -u -r1.16 networking.texi
     
    6565@include testing.texi
    6666@include servers.texi
    6767@include decdriver.texi
    68 @ifinfo
    6968@node Top, Preface, (dir), (dir)
    7069@top networking
    7170
     
    8382* Concept Index::
    8483@end menu
    8584
    86 @end ifinfo
    8785@c
    8886@c
    8987@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
  • doc/networking/preface.texi

    RCS file: /usr1/CVS/rtems/doc/networking/preface.texi,v
    retrieving revision 1.7
    diff -u -r1.7 preface.texi
     
    66@c  $Id: preface.texi,v 1.7 2003/10/02 12:52:38 joel Exp $
    77@c
    88
    9 @ifinfo
    109@node Preface, Network Task Structure and Data Flow, Top, Top
    11 @end ifinfo
    1210@unnumbered Preface
    1311
    1412This document describes the RTEMS specific parts of the FreeBSD TCP/IP
  • doc/new_chapters/new_chapters.texi

    RCS file: /usr1/CVS/rtems/doc/new_chapters/new_chapters.texi,v
    retrieving revision 1.16
    diff -u -r1.16 new_chapters.texi
     
    8282
    8383@include error.texi
    8484@include monitor.texi
    85 @ifinfo
    8685@node Top, , (dir), (dir)
    8786@top posix_users_new
    8887
     
    9594* Concept Index::
    9695@end menu
    9796
    98 @end ifinfo
    9997@c
    10098@c
    10199@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
  • doc/porting/porting.texi

    RCS file: /usr1/CVS/rtems/doc/porting/porting.texi,v
    retrieving revision 1.11
    diff -u -r1.11 porting.texi
     
    9494@include prioritybitmap.texi
    9595@include codetuning.texi
    9696@include miscellaneous.texi
    97 @ifinfo
    9897@node Top, Preface, (dir), (dir)
    9998@top porting
    10099
     
    116115* Concept Index::
    117116@end menu
    118117
    119 @end ifinfo
    120118@c
    121119@c
    122120@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
  • doc/porting/preface.texi

    RCS file: /usr1/CVS/rtems/doc/porting/preface.texi,v
    retrieving revision 1.3
    diff -u -r1.3 preface.texi
     
    66@c  $Id: preface.texi,v 1.3 2002/01/17 21:47:45 joel Exp $
    77@c
    88
    9 @ifinfo
    109@node Preface, Development Tools, Top, Top
    11 @end ifinfo
    1210@unnumbered Preface
    1311
    1412The purpose of this manual is to provide a roadmap to those people porting
  • doc/posix_users/posix_users.texi

    RCS file: /usr1/CVS/rtems/doc/posix_users/posix_users.texi,v
    retrieving revision 1.19
    diff -u -r1.19 posix_users.texi
     
    104104@include libc.texi
    105105@include libm.texi
    106106@include status.texi
    107 @ifinfo
    108107@node Top, Preface, (dir), (dir)
    109108@top posix_users
    110109
     
    138137* Concept Index::
    139138@end menu
    140139
    141 @end ifinfo
    142140@c
    143141@c
    144142@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
  • doc/posix_users/preface.texi

    RCS file: /usr1/CVS/rtems/doc/posix_users/preface.texi,v
    retrieving revision 1.11
    diff -u -r1.11 preface.texi
     
    66@c  $Id: preface.texi,v 1.11 2009/02/27 18:04:44 joel Exp $
    77@c
    88
    9 @ifinfo
    109@node Preface, , Top, Top
    11 @end ifinfo
    1210@unnumbered Preface
    1311
    1412This is the User's Guide for the POSIX API support
  • doc/relnotes/install.texi

    RCS file: /usr1/CVS/rtems/doc/relnotes/install.texi,v
    retrieving revision 1.8
    diff -u -r1.8 install.texi
     
    66@c  $Id: install.texi,v 1.8 2003/09/19 18:03:51 joel Exp $
    77@c
    88
    9 @ifinfo
    109@node Installation Procedure, Installation Procedure Introduction, Introduction Documentation, Top
    11 @end ifinfo
    1210@chapter Installation Procedure
    13 @ifinfo
    1411@menu
    1512* Installation Procedure Introduction::
    1613* Installation Procedure RTEMS FTP Site Organization::
     
    1815* Installation Procedure Installing a Cross-Development GNU Toolset::
    1916* Installation Procedure Installing RTEMS::
    2017@end menu
    21 @end ifinfo
    2218
    23 @ifinfo
    2419@node Installation Procedure Introduction, Installation Procedure RTEMS FTP Site Organization, Installation Procedure, Installation Procedure
    25 @end ifinfo
    2620@section Introduction
    2721
    2822This chapter describes the process of installing and
    2923configuring RTEMS and a cross-development environment based on
    3024freely available tools and libraries.
    3125
    32 @ifinfo
    3326@node Installation Procedure RTEMS FTP Site Organization, Installation Procedure Unarchiving the RTEMS and GNU Components, Installation Procedure Introduction, Installation Procedure
    34 @end ifinfo
    3527@section RTEMS FTP Site Organization
    3628
    3729RTEMS is distributed only via anonymous ftp.
     
    5749The complete source code and documentation set for
    5850the C language implementation of RTEMS is provided.
    5951
    60 @ifinfo
    6152@node Installation Procedure Unarchiving the RTEMS and GNU Components, Installation Procedure Installing a Cross-Development GNU Toolset, Installation Procedure RTEMS FTP Site Organization, Installation Procedure
    62 @end ifinfo
    6353@section Unarchiving the RTEMS and GNU Components
    6454
    6555Many of the components of the RTEMS release are
     
    124114@end group
    125115@end example
    126116
    127 @ifinfo
    128117@node Installation Procedure Installing a Cross-Development GNU Toolset, Installation Procedure Installing RTEMS, Installation Procedure Unarchiving the RTEMS and GNU Components, Installation Procedure
    129 @end ifinfo
    130118@section Installing a Cross-Development GNU Toolset
    131119
    132120This sections describes how to build and install the
     
    164152NOTE: For "UNIX" processors, the native compiler binary utilities
    165153should be used.
    166154
    167 @ifinfo
    168155@node Installation Procedure Installing RTEMS, Development Environment Status, Installation Procedure Installing a Cross-Development GNU Toolset, Installation Procedure
    169 @end ifinfo
    170156@section Installing RTEMS
    171157
    172158For instructions on building and installing RTEMS, please refer to
  • doc/relnotes/intro.texi

    RCS file: /usr1/CVS/rtems/doc/relnotes/intro.texi,v
    retrieving revision 1.11
    diff -u -r1.11 intro.texi
     
    66@c  $Id: intro.texi,v 1.11 2004/09/29 20:21:37 joel Exp $
    77@c
    88
    9 @ifinfo
    109@node Introduction, Introduction Supporting Tools, Top, Top
    11 @end ifinfo
    1210@chapter Introduction
    13 @ifinfo
    1411@menu
    1512* Introduction Supporting Tools::
    1613* Introduction Documentation::
    1714@end menu
    18 @end ifinfo
    1915
    2016This document describes the contents, installation
    2117procedure, and current status of Release @value{VERSION} of the RTEMS
     
    5450Please replace rtems_user@@your_email_goes_here.com with your
    5551email address.
    5652
    57 @ifinfo
    5853@node Introduction Supporting Tools, GNU Development Tools, Introduction, Introduction
    59 @end ifinfo
    6054@section Supporting Tools
    61 @ifinfo
    6255@menu
    6356* GNU Development Tools::
    6457* ANSI C Libraries::
    6558* GNU C Library::
    6659* Cygnus NEWLIB C Library::
    6760@end menu
    68 @end ifinfo
    6961
    7062This section discusses the freely available tools and
    7163libraries which are part of the RTEMS Development Environment.
     
    9082email address.  The FAQ for crossgcc is in the /pub/embedded/crossgcc
    9183directory on ftp.cygnus.com (205.180.83.42).
    9284
    93 @ifinfo
    9485@node GNU Development Tools, ANSI C Libraries, Introduction Supporting Tools, Introduction Supporting Tools
    95 @end ifinfo
    9686@subsection GNU Development Tools
    9787
    9888Numerous GNU tools are used in the RTEMS Development
     
    121111embedded developers.  Of especial interest on this site are the
    122112directories /pub/newlib and /pub/embedded.
    123113
    124 @ifinfo
    125114@node ANSI C Libraries, GNU C Library, GNU Development Tools, Introduction Supporting Tools
    126 @end ifinfo
    127115@subsection ANSI C Libraries
    128116
    129117This section discusses the following freely
     
    139127distribution.  It is the responsibility of the user to obtain
    140128and install a C Library separately.
    141129
    142 @ifinfo
    143130@node GNU C Library, Cygnus NEWLIB C Library, ANSI C Libraries, Introduction Supporting Tools
    144 @end ifinfo
    145131@subsection GNU C Library
    146132
    147133The GNU C Library is a robust and well-documented C
     
    163149The primary ftp site for this library is
    164150prep.ai.mit.edu (18.71.0.38).
    165151
    166 @ifinfo
    167152@node Cygnus NEWLIB C Library, Introduction Documentation, GNU C Library, Introduction Supporting Tools
    168 @end ifinfo
    169153@subsection Cygnus NEWLIB C Library
    170154
    171155The Cygnus NEWLIB C Library was specifically designed
     
    177161
    178162The primary ftp site for this library is ftp.cygnus.com (205.180.83.42).
    179163
    180 @ifinfo
    181164@node Introduction Documentation, Installation Procedure, Cygnus NEWLIB C Library, Introduction
    182 @end ifinfo
    183165@section Documentation
    184166
    185167The RTEMS Documentation Set is provided online at
  • doc/relnotes/probrep.texi

    RCS file: /usr1/CVS/rtems/doc/relnotes/probrep.texi,v
    retrieving revision 1.5
    diff -u -r1.5 probrep.texi
     
    88
    99
    1010
    11 @ifinfo
    1211@node RTEMS PROBLEM REPORT, Command and Variable Index, RTEMS Problem Reporting, Top
    13 @end ifinfo
    1412@chapter RTEMS PROBLEM REPORT
    1513
    1614@example
  • doc/relnotes/relnotes.texi

    RCS file: /usr1/CVS/rtems/doc/relnotes/relnotes.texi,v
    retrieving revision 1.19
    diff -u -r1.19 relnotes.texi
     
    7676@include status.texi
    7777@include probrep.texi
    7878
    79 @ifinfo
    8079@node Top, Introduction, (dir), (dir)
    8180@top relnotes
    8281
     
    9190* Concept Index::
    9291@end menu
    9392
    94 @end ifinfo
    9593@c
    9694@c
    9795@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
  • doc/relnotes/status.texi

    RCS file: /usr1/CVS/rtems/doc/relnotes/status.texi,v
    retrieving revision 1.11
    diff -u -r1.11 status.texi
     
    66@c  $Id: status.texi,v 1.11 2009/10/14 13:08:39 ralf Exp $
    77@c
    88
    9 @ifinfo
    109@node Development Environment Status, Development Environment Status RTEMS Executive Status, Installation Procedure Installing RTEMS, Top
    11 @end ifinfo
    1210@chapter Development Environment Status
    13 @ifinfo
    1411@menu
    1512* Development Environment Status RTEMS Executive Status::
    1613* Development Environment Status Development Environment Status::
    1714* Development Environment Status Known Problems::
    1815@end menu
    19 @end ifinfo
    2016
    2117This chapter will describe the current status of
    2218release version @value{VERSION} of the RTEMS Development Environment.
    2319
    24 @ifinfo
    2520@node Development Environment Status RTEMS Executive Status, Development Environment Status Development Environment Status, Development Environment Status, Development Environment Status
    26 @end ifinfo
    2721@section RTEMS Executive Status
    2822
    2923Release @value{VERSION} of the RTEMS Executive contains support
     
    112106I/O only using this library.  Support for the reentrancy
    113107capabilities of newlib is provided in the RTEMS distribution.
    114108
    115 @ifinfo
    116109@node Development Environment Status Development Environment Status, Development Environment Status Known Problems, Development Environment Status RTEMS Executive Status, Development Environment Status
    117 @end ifinfo
    118110@section Development Environment Status
    119111
    120112This section details the versions of the tools used
     
    131123@end itemize
    132124
    133125
    134 @ifinfo
    135126@node Development Environment Status Known Problems, Executive Problems, Development Environment Status Development Environment Status, Development Environment Status
    136 @end ifinfo
    137127@section Known Problems
    138 @ifinfo
    139128@menu
    140129* Executive Problems::
    141130* Development Environment Problems::
    142131* RTEMS Problem Reporting::
    143132@end menu
    144 @end ifinfo
    145133
    146134Problems which are known to exist at the time of
    147135release are described in the following sections.  These are
    148136provided as warnings to the user and where possible, workarounds
    149137are provided until the problem is corrected.
    150138
    151 @ifinfo
    152139@node Executive Problems, Development Environment Problems, Development Environment Status Known Problems, Development Environment Status Known Problems
    153 @end ifinfo
    154140@subsection Executive Problems
    155141
    156142There are no known bugs in the executive itself.
    157143
    158 @ifinfo
    159144@node Development Environment Problems, RTEMS Problem Reporting, Executive Problems, Development Environment Status Known Problems
    160 @end ifinfo
    161145@subsection Development Environment Problems
    162146
    163147There are no known major problems with the
    164148development environment.
    165149
    166 @ifinfo
    167150@node RTEMS Problem Reporting, RTEMS PROBLEM REPORT, Development Environment Problems, Development Environment Status Known Problems
    168 @end ifinfo
    169151@subsection RTEMS Problem Reporting
    170152
    171153The RTEMS Project uses the GNATS Problem Reporting and Tracking System.
  • doc/shell/preface.texi

    RCS file: /usr1/CVS/rtems/doc/shell/preface.texi,v
    retrieving revision 1.5
    diff -u -r1.5 preface.texi
     
    66@c  $Id: preface.texi,v 1.5 2011/02/28 21:58:30 joel Exp $
    77@c
    88
    9 @ifinfo
    109@node Preface, Configuration and Initialization, Top, Top
    11 @end ifinfo
    1210@unnumbered Preface
    1311
    1412Real-time embedded systems vary widely based upon their
  • doc/shell/shell.texi

    RCS file: /usr1/CVS/rtems/doc/shell/shell.texi,v
    retrieving revision 1.3
    diff -u -r1.3 shell.texi
     
    7272@include memory.texi
    7373@include rtems.texi
    7474@include network.texi
    75 @ifinfo
    7675@node Top, Preface, (dir), (dir)
    7776@top shell
    7877
     
    9190* Command Index::
    9291@end menu
    9392
    94 @end ifinfo
    9593@c
    9694@c
    9795@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
  • doc/started/started.texi

    RCS file: /usr1/CVS/rtems/doc/started/started.texi,v
    retrieving revision 1.21
    diff -u -r1.21 started.texi
     
    6767@include nextstep.texi
    6868@include nt.texi
    6969
    70 @ifinfo
    7170@node Top, Introduction, (dir), (dir)
    7271@top started
    7372
     
    8685
    8786@c * Command and Variable Index::
    8887@c * Concept Index::
    89 @end ifinfo
    9088@c
    9189@c
    9290@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
  • doc/tools/Makefile.am

    RCS file: /usr1/CVS/rtems/doc/tools/Makefile.am,v
    retrieving revision 1.10
    diff -u -r1.10 Makefile.am
     
    33
    44EXTRA_DIST = word-replace2
    55
    6 SUBDIRS = bmenu texi2www
     6SUBDIRS = bmenu
     7#texi2www
  • doc/tools/configure.ac

    RCS file: /usr1/CVS/rtems/doc/tools/configure.ac,v
    retrieving revision 1.14
    diff -u -r1.14 configure.ac
     
    2121dnl Checks for library functions.
    2222AC_CHECK_FUNCS(strdup strstr)
    2323
     24# texi2www/Makefile
    2425AC_CONFIG_FILES([Makefile
    2526bmenu/Makefile
    26 texi2www/Makefile
    2727])
    2828AC_OUTPUT
  • doc/tools/bmenu/bmenu2.c

    RCS file: /usr1/CVS/rtems/doc/tools/bmenu/bmenu2.c,v
    retrieving revision 1.4
    diff -u -r1.4 bmenu2.c
     
    777777
    778778      if ( menu_items == 0 ) {
    779779        new_line = AllocateLine();
    780         strcpy( new_line->Contents, "@ifinfo" );
     780        strcpy( new_line->Contents, "" ); /* "@ifinfo" ); */
    781781        _Chain_Insert( menu_insert_point->Node.previous, &new_line->Node );
    782782
    783783        new_line = AllocateLine();
     
    808808      _Chain_Insert( menu_insert_point->Node.previous, &new_line->Node );
    809809
    810810      new_line = AllocateLine();
    811       strcpy( new_line->Contents, "@end ifinfo" );
     811      strcpy( new_line->Contents, "" ); /* "@end ifinfo" ); */
    812812      _Chain_Insert( menu_insert_point->Node.previous, &new_line->Node );
    813813    }
    814814
  • doc/user/c_user.texi

    RCS file: /usr1/CVS/rtems/doc/user/c_user.texi,v
    retrieving revision 1.33
    diff -u -r1.33 c_user.texi
     
    3838@c @syncodeindex fn cp
    3939@c variable substitution info:
    4040@c
    41 @set is-C
     41@set is-C 1
    4242@clear is-Ada
    4343@set LANGUAGE C
    4444@set STRUCTURE structure
     
    114114@include dirstat.texi
    115115@include example.texi
    116116@include glossary.texi
    117 @ifinfo
    118117@node Top, List of Figures, (dir), (dir)
    119118@top c_user
    120119
     
    158157* Concept Index::
    159158@end menu
    160159
    161 @end ifinfo
    162160@c
    163161@c
    164162@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
  • doc/user/dirstat.texi

    RCS file: /usr1/CVS/rtems/doc/user/dirstat.texi,v
    retrieving revision 1.14
    diff -u -r1.14 dirstat.texi
     
    66@c  $Id: dirstat.texi,v 1.14 2010/08/13 17:31:37 joel Exp $
    77@c
    88
    9 @ifinfo
    109@node Directive Status Codes, Example Application, Chains Prepend a Node, Top
    11 @end ifinfo
    1210@chapter Directive Status Codes
    1311@table @b
    1412@item @code{@value{RPREFIX}SUCCESSFUL} - successful completion
  • doc/user/example.texi

    RCS file: /usr1/CVS/rtems/doc/user/example.texi,v
    retrieving revision 1.12
    diff -u -r1.12 example.texi
     
    66@c  $Id: example.texi,v 1.12 2007/04/05 15:27:18 joel Exp $
    77@c
    88
    9 @ifinfo
    109@node Example Application, Glossary, Directive Status Codes, Top
    11 @end ifinfo
    1210@chapter Example Application
    1311
    1412@example
  • doc/user/glossary.texi

    RCS file: /usr1/CVS/rtems/doc/user/glossary.texi,v
    retrieving revision 1.7
    diff -u -r1.7 glossary.texi
     
    66@c  $Id: glossary.texi,v 1.7 2002/01/17 21:47:47 joel Exp $
    77@c
    88
    9 @ifinfo
    109@node Glossary, Command and Variable Index, Example Application, Top
    11 @end ifinfo
    1210@chapter Glossary
    1311
    1412@table @b
  • doc/user/preface.texi

    RCS file: /usr1/CVS/rtems/doc/user/preface.texi,v
    retrieving revision 1.18
    diff -u -r1.18 preface.texi
     
    66@c  $Id: preface.texi,v 1.18 2009/11/09 14:36:14 joel Exp $
    77@c
    88
    9 @ifinfo
    109@node Preface, Overview, List of Figures, Top
    11 @end ifinfo
    1210@unnumbered Preface
    1311
    1412In recent years, the cost required to develop a