Changeset 65beca61 in rtems


Ignore:
Timestamp:
04/02/99 17:41:37 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
02b7a13
Parents:
64e0f6c4
Message:

Now at least a version of the figures shows up in the html although
there are no captions.

Location:
doc/rgdb_specs
Files:
5 added
4 edited

Legend:

Unmodified
Added
Removed
  • doc/rgdb_specs/Makefile

    r64e0f6c4 r65beca61  
    4848html: dirs $(FILES)
    4949        -mkdir -p $(WWW_INSTALL)/$(PROJECT)
     50        cp $(wildcard *.jpg) $(WWW_INSTALL)/$(PROJECT)
    5051        $(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \
    5152            $(PROJECT).texi
     
    5556        rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE)
    5657        rm -f $(PROJECT) $(PROJECT)-* $(GENERATED_FILES)
    57         rm -f *.fixed _* network.t
     58        rm -f *.fixed _*
    5859
    5960#
  • doc/rgdb_specs/comm.t

    r64e0f6c4 r65beca61  
    7878layers we need to implement.
    7979
     80@c
     81@c Communications Layers Figure
     82@c
     83
     84@ifset use-ascii
    8085@example
     86@group
    8187XXXXX reference it in the previous paragraph
    8288XXXXX insert layers.eps
    8389XXXXX Caption Communications Layers
     90@end group
    8491@end example
     92@end ifset
     93
     94@ifset use-tex
     95@example
     96@group
     97XXXXX reference it in the previous paragraph
     98XXXXX insert layers.eps
     99XXXXX Caption Communications Layers
     100@end group
     101@end example
     102@end ifset
     103
     104@c @image{layers}
     105
     106@ifset use-html
     107@c <IMG SRC="layers.jpg" WIDTH=500 HEIGHT=600 ALT="Communications Layers">
     108@html
     109<IMG SRC="layers.jpg" ALT="Communications Layers">
     110@end html
     111@end ifset
    85112
    86113
    87114
     115
  • doc/rgdb_specs/conclusion.t

    r64e0f6c4 r65beca61  
    2121but people are working on it and we may get something better in a near future.
    2222
     23@ifset use-ascii
    2324@example
     25@group
     26XXXXX reference it in the previous paragraph
    2427XXXXX insert process.eps
    2528XXXXX Caption remote debugger tasks and handlers
     29@end group
    2630@end example
     31@end ifset
    2732
     33@ifset use-tex
     34@example
     35@group
     36XXXXX reference it in the previous paragraph
     37XXXXX insert process.eps
     38XXXXX Caption remote debugger tasks and handlers
     39@end group
     40@end example
     41@end ifset
     42
     43@c @image{process}
     44
     45@ifset use-html
     46@c <IMG SRC="process.jpg" WIDTH=500 HEIGHT=600 ALT="remote debugger tasks and handlers">
     47@html
     48<IMG SRC="process.jpg" ALT="remote debugger tasks and handlers">
     49@end html
     50@end ifset
     51
  • doc/rgdb_specs/gdbinternals.t

    r64e0f6c4 r65beca61  
    198198
    199199
    200 @example
    201 XXX Figure seg_init.eps
    202 XXX Debug session initialization
    203 @end example
    204 
    205 @example
    206 XXX Figure seq_break.eps
    207 XXX Breakpoint and process execution
    208 @end example
    209 
    210 @example
    211 XXX Figure seq_detach.eps
    212 XXX Detach a process and close a connection
    213 @end example
    214 
     200@c
     201@c Debug session initialization Figure
     202@c
     203
     204@ifset use-ascii
     205@example
     206@group
     207XXXXX reference it in the previous paragraph
     208XXXXX insert seg_init.eps
     209XXXXX Caption Debug session initialization
     210@end group
     211@end example
     212@end ifset
     213
     214@ifset use-tex
     215@example
     216@group
     217XXXXX reference it in the previous paragraph
     218XXXXX insert seg_init.eps
     219XXXXX Caption Debug session initialization
     220@end group
     221@end example
     222@end ifset
     223
     224@c @image{seg_init}
     225
     226@ifset use-html
     227@c <IMG SRC="seg_init.jpg" WIDTH=500 HEIGHT=600 ALT="Debug session initialization">
     228@html
     229<IMG SRC="seg_init.jpg" ALT="Debug session initialization">
     230@end html
     231@end ifset
     232
     233
     234@c
     235@c Breakpoint and process execution Figure
     236@c
     237
     238@ifset use-ascii
     239@example
     240@group
     241XXXXX reference it in the previous paragraph
     242XXXXX insert seq_break.eps
     243XXXXX Caption Breakpoint and process execution
     244@end group
     245@end example
     246@end ifset
     247
     248@ifset use-tex
     249@example
     250@group
     251XXXXX reference it in the previous paragraph
     252XXXXX insert seq_break.eps
     253XXXXX Caption Breakpoint and process execution
     254@end group
     255@end example
     256@end ifset
     257
     258@c @image{seq_break}
     259
     260@ifset use-html
     261@c <IMG SRC="seq_break.jpg" WIDTH=500 HEIGHT=600 ALT="Breakpoint and process execution">
     262@html
     263<IMG SRC="seq_break.jpg" ALT="Breakpoint and process execution">
     264@end html
     265@end ifset
     266
     267
     268
     269@c
     270@c Detach a process and close a connection Figure
     271@c
     272
     273@ifset use-ascii
     274@example
     275@group
     276XXXXX reference it in the previous paragraph
     277XXXXX insert seq_detach.eps
     278XXXXX Caption Detach a process and close a connection
     279@end group
     280@end example
     281@end ifset
     282
     283@ifset use-tex
     284@example
     285@group
     286XXXXX reference it in the previous paragraph
     287XXXXX insert seq_detach.eps
     288XXXXX Caption Detach a process and close a connection
     289@end group
     290@end example
     291@end ifset
     292
     293@c @image{seq_detach}
     294
     295@ifset use-html
     296@c <IMG SRC="seq_detach.jpg" WIDTH=500 HEIGHT=600 ALT="Detach a process and close a connection">
     297@html
     298<IMG SRC="seq_detach.jpg" ALT="Detach a process and close a connection">
     299@end html
     300@end ifset
     301
     302
     303
     304
Note: See TracChangeset for help on using the changeset viewer.