From a952edea131c3978c84f255953ccec429bc007f0 Mon Sep 17 00:00:00 2001
From: "J.F.J. Laros" <j.f.j.laros@lumc.nl>
Date: Sat, 15 Mar 2014 12:59:02 +0100
Subject: [PATCH] Changed presentations to use the presentation submodule.

---
 .gitmodules                    | 3 +++
 basics/Makefile                | 2 +-
 basics/beamerthemelumc.sty     | 2 +-
 basics/gen2phen_logo.eps       | 2 +-
 basics/lgtc_logo.eps           | 2 +-
 basics/lumc_logo.eps           | 2 +-
 basics/lumc_logo_small.eps     | 2 +-
 basics/nbic_logo.eps           | 2 +-
 basics/ngi_logo.eps            | 2 +-
 basics/nwo_logo_en.eps         | 2 +-
 basics/nwo_logo_nl.eps         | 1 +
 basics/ul_logo.eps             | 2 +-
 connecting/Makefile            | 2 +-
 connecting/beamerthemelumc.sty | 2 +-
 connecting/gen2phen_logo.eps   | 2 +-
 connecting/lgtc_logo.eps       | 2 +-
 connecting/lumc_logo.eps       | 2 +-
 connecting/lumc_logo_small.eps | 2 +-
 connecting/nbic_logo.eps       | 2 +-
 connecting/ngi_logo.eps        | 2 +-
 connecting/nwo_logo_en.eps     | 2 +-
 connecting/nwo_logo_nl.eps     | 1 +
 connecting/ul_logo.eps         | 2 +-
 installing/Makefile            | 2 +-
 installing/beamerthemelumc.sty | 2 +-
 installing/gen2phen_logo.eps   | 2 +-
 installing/lgtc_logo.eps       | 2 +-
 installing/lumc_logo.eps       | 2 +-
 installing/lumc_logo_small.eps | 2 +-
 installing/nbic_logo.eps       | 2 +-
 installing/ngi_logo.eps        | 2 +-
 installing/nwo_logo_en.eps     | 2 +-
 installing/nwo_logo_nl.eps     | 1 +
 installing/ul_logo.eps         | 2 +-
 presentation                   | 1 +
 program/Makefile               | 2 +-
 36 files changed, 38 insertions(+), 31 deletions(-)
 create mode 100644 .gitmodules
 create mode 120000 basics/nwo_logo_nl.eps
 create mode 120000 connecting/nwo_logo_nl.eps
 create mode 120000 installing/nwo_logo_nl.eps
 create mode 160000 presentation

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..52a10ec
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "presentation"]
+	path = presentation
+	url = https://git.lumc.nl/j.f.j.laros/presentation.git
diff --git a/basics/Makefile b/basics/Makefile
index 90684a5..199dff7 120000
--- a/basics/Makefile
+++ b/basics/Makefile
@@ -1 +1 @@
-/local/projects/presentation/trunk/Makefile
\ No newline at end of file
+../presentation/Makefile
\ No newline at end of file
diff --git a/basics/beamerthemelumc.sty b/basics/beamerthemelumc.sty
index f080c7a..999deb4 120000
--- a/basics/beamerthemelumc.sty
+++ b/basics/beamerthemelumc.sty
@@ -1 +1 @@
-/local/projects/presentation/trunk/beamerthemelumc.sty
\ No newline at end of file
+../presentation/beamerthemelumc.sty
\ No newline at end of file
diff --git a/basics/gen2phen_logo.eps b/basics/gen2phen_logo.eps
index 4d0481a..0f26366 120000
--- a/basics/gen2phen_logo.eps
+++ b/basics/gen2phen_logo.eps
@@ -1 +1 @@
-/local/projects/presentation/trunk/gen2phen_logo.eps
\ No newline at end of file
+../presentation/gen2phen_logo.eps
\ No newline at end of file
diff --git a/basics/lgtc_logo.eps b/basics/lgtc_logo.eps
index 8e90373..1732a7e 120000
--- a/basics/lgtc_logo.eps
+++ b/basics/lgtc_logo.eps
@@ -1 +1 @@
-/local/projects/presentation/trunk/lgtc_logo.eps
\ No newline at end of file
+../presentation/lgtc_logo.eps
\ No newline at end of file
diff --git a/basics/lumc_logo.eps b/basics/lumc_logo.eps
index e9937f8..28075f6 120000
--- a/basics/lumc_logo.eps
+++ b/basics/lumc_logo.eps
@@ -1 +1 @@
-/local/projects/presentation/trunk/lumc_logo.eps
\ No newline at end of file
+../presentation/lumc_logo.eps
\ No newline at end of file
diff --git a/basics/lumc_logo_small.eps b/basics/lumc_logo_small.eps
index 290da08..a5544fe 120000
--- a/basics/lumc_logo_small.eps
+++ b/basics/lumc_logo_small.eps
@@ -1 +1 @@
-/local/projects/presentation/trunk/lumc_logo_small.eps
\ No newline at end of file
+../presentation/lumc_logo_small.eps
\ No newline at end of file
diff --git a/basics/nbic_logo.eps b/basics/nbic_logo.eps
index fcde8c2..8780a01 120000
--- a/basics/nbic_logo.eps
+++ b/basics/nbic_logo.eps
@@ -1 +1 @@
-/local/projects/presentation/trunk/nbic_logo.eps
\ No newline at end of file
+../presentation/nbic_logo.eps
\ No newline at end of file
diff --git a/basics/ngi_logo.eps b/basics/ngi_logo.eps
index b6f678a..2a2e1ea 120000
--- a/basics/ngi_logo.eps
+++ b/basics/ngi_logo.eps
@@ -1 +1 @@
-/local/projects/presentation/trunk/ngi_logo.eps
\ No newline at end of file
+../presentation/ngi_logo.eps
\ No newline at end of file
diff --git a/basics/nwo_logo_en.eps b/basics/nwo_logo_en.eps
index f54507d..adcf12f 120000
--- a/basics/nwo_logo_en.eps
+++ b/basics/nwo_logo_en.eps
@@ -1 +1 @@
-/local/projects/presentation/trunk/nwo_logo_en.eps
\ No newline at end of file
+../presentation/nwo_logo_en.eps
\ No newline at end of file
diff --git a/basics/nwo_logo_nl.eps b/basics/nwo_logo_nl.eps
new file mode 120000
index 0000000..67830c9
--- /dev/null
+++ b/basics/nwo_logo_nl.eps
@@ -0,0 +1 @@
+../presentation/nwo_logo_nl.eps
\ No newline at end of file
diff --git a/basics/ul_logo.eps b/basics/ul_logo.eps
index d49aa2d..cd04dcb 120000
--- a/basics/ul_logo.eps
+++ b/basics/ul_logo.eps
@@ -1 +1 @@
-/local/projects/presentation/trunk/ul_logo.eps
\ No newline at end of file
+../presentation/ul_logo.eps
\ No newline at end of file
diff --git a/connecting/Makefile b/connecting/Makefile
index 90684a5..199dff7 120000
--- a/connecting/Makefile
+++ b/connecting/Makefile
@@ -1 +1 @@
-/local/projects/presentation/trunk/Makefile
\ No newline at end of file
+../presentation/Makefile
\ No newline at end of file
diff --git a/connecting/beamerthemelumc.sty b/connecting/beamerthemelumc.sty
index f080c7a..999deb4 120000
--- a/connecting/beamerthemelumc.sty
+++ b/connecting/beamerthemelumc.sty
@@ -1 +1 @@
-/local/projects/presentation/trunk/beamerthemelumc.sty
\ No newline at end of file
+../presentation/beamerthemelumc.sty
\ No newline at end of file
diff --git a/connecting/gen2phen_logo.eps b/connecting/gen2phen_logo.eps
index 4d0481a..0f26366 120000
--- a/connecting/gen2phen_logo.eps
+++ b/connecting/gen2phen_logo.eps
@@ -1 +1 @@
-/local/projects/presentation/trunk/gen2phen_logo.eps
\ No newline at end of file
+../presentation/gen2phen_logo.eps
\ No newline at end of file
diff --git a/connecting/lgtc_logo.eps b/connecting/lgtc_logo.eps
index 8e90373..1732a7e 120000
--- a/connecting/lgtc_logo.eps
+++ b/connecting/lgtc_logo.eps
@@ -1 +1 @@
-/local/projects/presentation/trunk/lgtc_logo.eps
\ No newline at end of file
+../presentation/lgtc_logo.eps
\ No newline at end of file
diff --git a/connecting/lumc_logo.eps b/connecting/lumc_logo.eps
index e9937f8..28075f6 120000
--- a/connecting/lumc_logo.eps
+++ b/connecting/lumc_logo.eps
@@ -1 +1 @@
-/local/projects/presentation/trunk/lumc_logo.eps
\ No newline at end of file
+../presentation/lumc_logo.eps
\ No newline at end of file
diff --git a/connecting/lumc_logo_small.eps b/connecting/lumc_logo_small.eps
index 290da08..a5544fe 120000
--- a/connecting/lumc_logo_small.eps
+++ b/connecting/lumc_logo_small.eps
@@ -1 +1 @@
-/local/projects/presentation/trunk/lumc_logo_small.eps
\ No newline at end of file
+../presentation/lumc_logo_small.eps
\ No newline at end of file
diff --git a/connecting/nbic_logo.eps b/connecting/nbic_logo.eps
index fcde8c2..8780a01 120000
--- a/connecting/nbic_logo.eps
+++ b/connecting/nbic_logo.eps
@@ -1 +1 @@
-/local/projects/presentation/trunk/nbic_logo.eps
\ No newline at end of file
+../presentation/nbic_logo.eps
\ No newline at end of file
diff --git a/connecting/ngi_logo.eps b/connecting/ngi_logo.eps
index b6f678a..2a2e1ea 120000
--- a/connecting/ngi_logo.eps
+++ b/connecting/ngi_logo.eps
@@ -1 +1 @@
-/local/projects/presentation/trunk/ngi_logo.eps
\ No newline at end of file
+../presentation/ngi_logo.eps
\ No newline at end of file
diff --git a/connecting/nwo_logo_en.eps b/connecting/nwo_logo_en.eps
index f54507d..adcf12f 120000
--- a/connecting/nwo_logo_en.eps
+++ b/connecting/nwo_logo_en.eps
@@ -1 +1 @@
-/local/projects/presentation/trunk/nwo_logo_en.eps
\ No newline at end of file
+../presentation/nwo_logo_en.eps
\ No newline at end of file
diff --git a/connecting/nwo_logo_nl.eps b/connecting/nwo_logo_nl.eps
new file mode 120000
index 0000000..67830c9
--- /dev/null
+++ b/connecting/nwo_logo_nl.eps
@@ -0,0 +1 @@
+../presentation/nwo_logo_nl.eps
\ No newline at end of file
diff --git a/connecting/ul_logo.eps b/connecting/ul_logo.eps
index d49aa2d..cd04dcb 120000
--- a/connecting/ul_logo.eps
+++ b/connecting/ul_logo.eps
@@ -1 +1 @@
-/local/projects/presentation/trunk/ul_logo.eps
\ No newline at end of file
+../presentation/ul_logo.eps
\ No newline at end of file
diff --git a/installing/Makefile b/installing/Makefile
index 90684a5..199dff7 120000
--- a/installing/Makefile
+++ b/installing/Makefile
@@ -1 +1 @@
-/local/projects/presentation/trunk/Makefile
\ No newline at end of file
+../presentation/Makefile
\ No newline at end of file
diff --git a/installing/beamerthemelumc.sty b/installing/beamerthemelumc.sty
index f080c7a..999deb4 120000
--- a/installing/beamerthemelumc.sty
+++ b/installing/beamerthemelumc.sty
@@ -1 +1 @@
-/local/projects/presentation/trunk/beamerthemelumc.sty
\ No newline at end of file
+../presentation/beamerthemelumc.sty
\ No newline at end of file
diff --git a/installing/gen2phen_logo.eps b/installing/gen2phen_logo.eps
index 4d0481a..0f26366 120000
--- a/installing/gen2phen_logo.eps
+++ b/installing/gen2phen_logo.eps
@@ -1 +1 @@
-/local/projects/presentation/trunk/gen2phen_logo.eps
\ No newline at end of file
+../presentation/gen2phen_logo.eps
\ No newline at end of file
diff --git a/installing/lgtc_logo.eps b/installing/lgtc_logo.eps
index 8e90373..1732a7e 120000
--- a/installing/lgtc_logo.eps
+++ b/installing/lgtc_logo.eps
@@ -1 +1 @@
-/local/projects/presentation/trunk/lgtc_logo.eps
\ No newline at end of file
+../presentation/lgtc_logo.eps
\ No newline at end of file
diff --git a/installing/lumc_logo.eps b/installing/lumc_logo.eps
index e9937f8..28075f6 120000
--- a/installing/lumc_logo.eps
+++ b/installing/lumc_logo.eps
@@ -1 +1 @@
-/local/projects/presentation/trunk/lumc_logo.eps
\ No newline at end of file
+../presentation/lumc_logo.eps
\ No newline at end of file
diff --git a/installing/lumc_logo_small.eps b/installing/lumc_logo_small.eps
index 290da08..a5544fe 120000
--- a/installing/lumc_logo_small.eps
+++ b/installing/lumc_logo_small.eps
@@ -1 +1 @@
-/local/projects/presentation/trunk/lumc_logo_small.eps
\ No newline at end of file
+../presentation/lumc_logo_small.eps
\ No newline at end of file
diff --git a/installing/nbic_logo.eps b/installing/nbic_logo.eps
index fcde8c2..8780a01 120000
--- a/installing/nbic_logo.eps
+++ b/installing/nbic_logo.eps
@@ -1 +1 @@
-/local/projects/presentation/trunk/nbic_logo.eps
\ No newline at end of file
+../presentation/nbic_logo.eps
\ No newline at end of file
diff --git a/installing/ngi_logo.eps b/installing/ngi_logo.eps
index b6f678a..2a2e1ea 120000
--- a/installing/ngi_logo.eps
+++ b/installing/ngi_logo.eps
@@ -1 +1 @@
-/local/projects/presentation/trunk/ngi_logo.eps
\ No newline at end of file
+../presentation/ngi_logo.eps
\ No newline at end of file
diff --git a/installing/nwo_logo_en.eps b/installing/nwo_logo_en.eps
index f54507d..adcf12f 120000
--- a/installing/nwo_logo_en.eps
+++ b/installing/nwo_logo_en.eps
@@ -1 +1 @@
-/local/projects/presentation/trunk/nwo_logo_en.eps
\ No newline at end of file
+../presentation/nwo_logo_en.eps
\ No newline at end of file
diff --git a/installing/nwo_logo_nl.eps b/installing/nwo_logo_nl.eps
new file mode 120000
index 0000000..67830c9
--- /dev/null
+++ b/installing/nwo_logo_nl.eps
@@ -0,0 +1 @@
+../presentation/nwo_logo_nl.eps
\ No newline at end of file
diff --git a/installing/ul_logo.eps b/installing/ul_logo.eps
index d49aa2d..cd04dcb 120000
--- a/installing/ul_logo.eps
+++ b/installing/ul_logo.eps
@@ -1 +1 @@
-/local/projects/presentation/trunk/ul_logo.eps
\ No newline at end of file
+../presentation/ul_logo.eps
\ No newline at end of file
diff --git a/presentation b/presentation
new file mode 160000
index 0000000..fbff0b7
--- /dev/null
+++ b/presentation
@@ -0,0 +1 @@
+Subproject commit fbff0b71681578bcb479b24e8e6d3989d0573cd0
diff --git a/program/Makefile b/program/Makefile
index 3299e70..199dff7 120000
--- a/program/Makefile
+++ b/program/Makefile
@@ -1 +1 @@
-../misc/Makefile
\ No newline at end of file
+../presentation/Makefile
\ No newline at end of file
-- 
GitLab