forked from Imagelibrary/rtems
Enabled images. Works pretty well for PostScript. Ghostview does
not like the generated pdf but who knows what that really means.
This commit is contained in:
@@ -56,7 +56,7 @@ html: dirs $(FILES)
|
||||
$(PROJECT).texi
|
||||
|
||||
clean:
|
||||
rm -f *.o $(PROG) *.txt core *.pdf
|
||||
rm -f *.o $(PROG) *.txt core $(PROJECT).pdf
|
||||
rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE)
|
||||
rm -f $(PROJECT) $(PROJECT)-* $(GENERATED_FILES)
|
||||
rm -f *.fixed _*
|
||||
@@ -105,16 +105,11 @@ conclusion.texi: conclusion.t Makefile
|
||||
-u "Top" \
|
||||
-n "" ${*}.t
|
||||
|
||||
garde.eps
|
||||
layers.eps
|
||||
process.eps
|
||||
seq_init.eps
|
||||
seq_break.eps
|
||||
seq_detach.eps
|
||||
convert:
|
||||
/usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=garde.pdf -- garde.eps -c -quit
|
||||
/usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=layers.pdf -- layers.eps -c -quit
|
||||
/usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=process.pdf -- process.eps -c -quit
|
||||
/usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=seq_init.pdf -- seq_init.eps -c -quit
|
||||
/usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=seq_break.pdf -- seq_break.eps -c -quit
|
||||
/usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=seq_detach.pdf -- PCIreg.eps -c -quit
|
||||
/usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=seqinit.pdf -- seqinit.eps -c -quit
|
||||
/usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=seqbreak.pdf -- seqbreak.eps -c -quit
|
||||
/usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=seqdetach.pdf -- seqdetach.eps -c -quit
|
||||
|
||||
|
||||
@@ -94,14 +94,14 @@ XXXXX Caption Communications Layers
|
||||
@ifset use-tex
|
||||
@example
|
||||
@group
|
||||
XXXXX reference it in the previous paragraph
|
||||
XXXXX insert layers.eps
|
||||
XXXXX Caption Communications Layers
|
||||
@c XXXXX reference it in the previous paragraph
|
||||
@c XXXXX insert layers.eps
|
||||
@c XXXXX Caption Communications Layers
|
||||
@end group
|
||||
@end example
|
||||
@image{layers,,6in}
|
||||
@end ifset
|
||||
|
||||
@c @image{layers}
|
||||
|
||||
@ifset use-html
|
||||
@c <IMG SRC="layers.jpg" WIDTH=500 HEIGHT=600 ALT="Communications Layers">
|
||||
|
||||
@@ -33,14 +33,14 @@ XXXXX Caption remote debugger tasks and handlers
|
||||
@ifset use-tex
|
||||
@example
|
||||
@group
|
||||
XXXXX reference it in the previous paragraph
|
||||
XXXXX insert process.eps
|
||||
XXXXX Caption remote debugger tasks and handlers
|
||||
@c XXXXX reference it in the previous paragraph
|
||||
@c XXXXX insert process.eps
|
||||
@c XXXXX Caption remote debugger tasks and handlers
|
||||
@end group
|
||||
@end example
|
||||
@image{process,6in,}
|
||||
@end ifset
|
||||
|
||||
@c @image{process}
|
||||
|
||||
@ifset use-html
|
||||
@c <IMG SRC="process.jpg" WIDTH=500 HEIGHT=600 ALT="remote debugger tasks and handlers">
|
||||
|
||||
BIN
doc/rgdb_specs/garde.pdf
Normal file
BIN
doc/rgdb_specs/garde.pdf
Normal file
Binary file not shown.
@@ -205,7 +205,7 @@ the host debugger on the target are only simple actions which look like :
|
||||
@example
|
||||
@group
|
||||
XXXXX reference it in the previous paragraph
|
||||
XXXXX insert seq_init.eps
|
||||
XXXXX insert seqinit.eps
|
||||
XXXXX Caption Debug session initialization
|
||||
@end group
|
||||
@end example
|
||||
@@ -214,19 +214,20 @@ XXXXX Caption Debug session initialization
|
||||
@ifset use-tex
|
||||
@example
|
||||
@group
|
||||
XXXXX reference it in the previous paragraph
|
||||
XXXXX insert seq_init.eps
|
||||
XXXXX Caption Debug session initialization
|
||||
@c XXXXX reference it in the previous paragraph
|
||||
@c XXXXX insert seqinit.eps
|
||||
@c XXXXX Caption Debug session initialization
|
||||
@end group
|
||||
@end example
|
||||
@page
|
||||
@image{seqinit}
|
||||
@end ifset
|
||||
|
||||
@c @image{seq_init}
|
||||
|
||||
@ifset use-html
|
||||
@c <IMG SRC="seq_init.jpg" WIDTH=500 HEIGHT=600 ALT="Debug session initialization">
|
||||
@c <IMG SRC="seqinit.jpg" WIDTH=500 HEIGHT=600 ALT="Debug session initialization">
|
||||
@html
|
||||
<IMG SRC="seq_init.jpg" ALT="Debug session initialization">
|
||||
<IMG SRC="seqinit.jpg" ALT="Debug session initialization">
|
||||
@end html
|
||||
@end ifset
|
||||
|
||||
@@ -239,7 +240,7 @@ XXXXX Caption Debug session initialization
|
||||
@example
|
||||
@group
|
||||
XXXXX reference it in the previous paragraph
|
||||
XXXXX insert seq_break.eps
|
||||
XXXXX insert seqbreak.eps
|
||||
XXXXX Caption Breakpoint and process execution
|
||||
@end group
|
||||
@end example
|
||||
@@ -248,19 +249,20 @@ XXXXX Caption Breakpoint and process execution
|
||||
@ifset use-tex
|
||||
@example
|
||||
@group
|
||||
XXXXX reference it in the previous paragraph
|
||||
XXXXX insert seq_break.eps
|
||||
XXXXX Caption Breakpoint and process execution
|
||||
@c XXXXX reference it in the previous paragraph
|
||||
@c XXXXX insert seqbreak.eps
|
||||
@c XXXXX Caption Breakpoint and process execution
|
||||
@end group
|
||||
@end example
|
||||
@page
|
||||
@sp 5
|
||||
@image{seqbreak,,9in}
|
||||
@end ifset
|
||||
|
||||
@c @image{seq_break}
|
||||
|
||||
@ifset use-html
|
||||
@c <IMG SRC="seq_break.jpg" WIDTH=500 HEIGHT=600 ALT="Breakpoint and process execution">
|
||||
@c <IMG SRC="seqbreak.jpg" WIDTH=500 HEIGHT=600 ALT="Breakpoint and process execution">
|
||||
@html
|
||||
<IMG SRC="seq_break.jpg" ALT="Breakpoint and process execution">
|
||||
<IMG SRC="seqbreak.jpg" ALT="Breakpoint and process execution">
|
||||
@end html
|
||||
@end ifset
|
||||
|
||||
@@ -274,7 +276,7 @@ XXXXX Caption Breakpoint and process execution
|
||||
@example
|
||||
@group
|
||||
XXXXX reference it in the previous paragraph
|
||||
XXXXX insert seq_detach.eps
|
||||
XXXXX insert seqdetach.eps
|
||||
XXXXX Caption Detach a process and close a connection
|
||||
@end group
|
||||
@end example
|
||||
@@ -283,19 +285,19 @@ XXXXX Caption Detach a process and close a connection
|
||||
@ifset use-tex
|
||||
@example
|
||||
@group
|
||||
XXXXX reference it in the previous paragraph
|
||||
XXXXX insert seq_detach.eps
|
||||
XXXXX Caption Detach a process and close a connection
|
||||
@c XXXXX reference it in the previous paragraph
|
||||
@c XXXXX insert seqdetach.eps
|
||||
@c XXXXX Caption Detach a process and close a connection
|
||||
@end group
|
||||
@end example
|
||||
@sp 10
|
||||
@image{seqdetach}
|
||||
@end ifset
|
||||
|
||||
@c @image{seq_detach}
|
||||
|
||||
@ifset use-html
|
||||
@c <IMG SRC="seq_detach.jpg" WIDTH=500 HEIGHT=600 ALT="Detach a process and close a connection">
|
||||
@c <IMG SRC="seqdetach.jpg" WIDTH=500 HEIGHT=600 ALT="Detach a process and close a connection">
|
||||
@html
|
||||
<IMG SRC="seq_detach.jpg" ALT="Detach a process and close a connection">
|
||||
<IMG SRC="seqdetach.jpg" ALT="Detach a process and close a connection">
|
||||
@end html
|
||||
@end ifset
|
||||
|
||||
|
||||
BIN
doc/rgdb_specs/layers.pdf
Normal file
BIN
doc/rgdb_specs/layers.pdf
Normal file
Binary file not shown.
BIN
doc/rgdb_specs/process.pdf
Normal file
BIN
doc/rgdb_specs/process.pdf
Normal file
Binary file not shown.
BIN
doc/rgdb_specs/seqbreak.pdf
Normal file
BIN
doc/rgdb_specs/seqbreak.pdf
Normal file
Binary file not shown.
BIN
doc/rgdb_specs/seqdetach.pdf
Normal file
BIN
doc/rgdb_specs/seqdetach.pdf
Normal file
Binary file not shown.
BIN
doc/rgdb_specs/seqinit.pdf
Normal file
BIN
doc/rgdb_specs/seqinit.pdf
Normal file
Binary file not shown.
Reference in New Issue
Block a user