annotate client-server-commit.dot @ 11:35a431953a9d

Fix up the makefile to generate proper slideshow pdf
author Josef "Jeff" Sipek <jeffpc@optonline.net>
date Mon, 12 Sep 2005 20:19:06 -0400
parents 80fbd1691bf8
children d40293730589
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
80fbd1691bf8 Added 4 .dot files, handnout.tex, and few other misc files
Josef "Jeff" Sipek <jeffpc@optonline.net>
parents:
diff changeset
1 digraph G {
80fbd1691bf8 Added 4 .dot files, handnout.tex, and few other misc files
Josef "Jeff" Sipek <jeffpc@optonline.net>
parents:
diff changeset
2 size ="4,4";
80fbd1691bf8 Added 4 .dot files, handnout.tex, and few other misc files
Josef "Jeff" Sipek <jeffpc@optonline.net>
parents:
diff changeset
3 Repository [shape=box,style=filled,color="0.3 1.0 1.0"];
80fbd1691bf8 Added 4 .dot files, handnout.tex, and few other misc files
Josef "Jeff" Sipek <jeffpc@optonline.net>
parents:
diff changeset
4 ClientA [shape=box,label="Client A",style=filled,color="0.3 1.0 1.0"];
80fbd1691bf8 Added 4 .dot files, handnout.tex, and few other misc files
Josef "Jeff" Sipek <jeffpc@optonline.net>
parents:
diff changeset
5 ClientB [shape=box,label="Client B"];
80fbd1691bf8 Added 4 .dot files, handnout.tex, and few other misc files
Josef "Jeff" Sipek <jeffpc@optonline.net>
parents:
diff changeset
6 ClientC [shape=box,label="Client C"];
80fbd1691bf8 Added 4 .dot files, handnout.tex, and few other misc files
Josef "Jeff" Sipek <jeffpc@optonline.net>
parents:
diff changeset
7 Repository -> ClientA;
80fbd1691bf8 Added 4 .dot files, handnout.tex, and few other misc files
Josef "Jeff" Sipek <jeffpc@optonline.net>
parents:
diff changeset
8 Repository -> ClientB;
80fbd1691bf8 Added 4 .dot files, handnout.tex, and few other misc files
Josef "Jeff" Sipek <jeffpc@optonline.net>
parents:
diff changeset
9 Repository -> ClientC;
80fbd1691bf8 Added 4 .dot files, handnout.tex, and few other misc files
Josef "Jeff" Sipek <jeffpc@optonline.net>
parents:
diff changeset
10 }