summaryrefslogtreecommitdiff
path: root/LaTeX
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-06-04 02:57:22 +0000
committerPaul Buetow <paul@buetow.org>2008-06-04 02:57:22 +0000
commit9b94af046c94cec31ddfe270a42abbadab48c4b3 (patch)
tree2ba8df64b5fe350ba7bff030c1348f2ccc6723b2 /LaTeX
parent11fdbece12f62046dc7d410ca00679daf285543a (diff)
New ROADMAP brainstorm.
GLIEDERUNG better. Added VERSION to LaTeX
Diffstat (limited to 'LaTeX')
-rw-r--r--LaTeX/GLIEDERUNG.txt3
-rw-r--r--LaTeX/Makefile3
-rw-r--r--LaTeX/VERSION1
3 files changed, 4 insertions, 3 deletions
diff --git a/LaTeX/GLIEDERUNG.txt b/LaTeX/GLIEDERUNG.txt
index 3e952cf..4703dc2 100644
--- a/LaTeX/GLIEDERUNG.txt
+++ b/LaTeX/GLIEDERUNG.txt
@@ -2,8 +2,6 @@ Einleitung
Motivation
Was ist ein Verteiltes System?
Warum Simulation?
- Voraussetzungen
- Java JRE 6 (1.6)
Funktionalitaet
GUI
Start/Pause/Wiederholen/Zuruecksetzen
@@ -25,6 +23,7 @@ Funktionalitaet
Prozessabsturz
Prozesswiederbelebung
Aktivierung/Deaktivierung von Protokollen
+ Protokollereignis
Client/Server-Modell
Protokolle
Beispiel (Dummy) Protokoll
diff --git a/LaTeX/Makefile b/LaTeX/Makefile
index 38f548c..435adbd 100644
--- a/LaTeX/Makefile
+++ b/LaTeX/Makefile
@@ -1,6 +1,7 @@
FILENAME=diplomarbeit
all:
- rubber -d $(FILENAME).tex
+ svn info | sed -n 4p | awk '{ print $$2 }' > VERSION
+ rubber -d $(FILENAME).tex
clean:
ls $(FILENAME).* | \
grep -v .tcp | \
diff --git a/LaTeX/VERSION b/LaTeX/VERSION
new file mode 100644
index 0000000..df90c3c
--- /dev/null
+++ b/LaTeX/VERSION
@@ -0,0 +1 @@
+385