From d52c1958283e8af782d134171d341c2e3eee7def Mon Sep 17 00:00:00 2001 From: Alfred Krohmer Date: Thu, 24 Oct 2013 21:14:35 +0200 Subject: [PATCH] =?UTF-8?q?Bericht-Symlink=20eingef=C3=BCgt,=20rsync=20sol?= =?UTF-8?q?l=20Links=20kopieren,=20nicht=20den=20Inhalt,=20Link=20zum=20Be?= =?UTF-8?q?richt=20gefixt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- www/index.html | 4 ++-- www/uploads/bericht.pdf | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) create mode 120000 www/uploads/bericht.pdf diff --git a/Makefile b/Makefile index b40591e..1bd4c0a 100644 --- a/Makefile +++ b/Makefile @@ -6,5 +6,5 @@ all: www/bericht.pdf: bericht/bericht.pdf cp bericht/bericht.pdf www upload: all - rsync -avc www/ lctp@devkid.net:/ + rsync -avcL www/ lctp@devkid.net:/ diff --git a/www/index.html b/www/index.html index 1e187cd..5ad1026 100644 --- a/www/index.html +++ b/www/index.html @@ -1,7 +1,7 @@ - + ZOTAC Cluster @@ -95,7 +95,7 @@ body,

Bericht

- Download + Download

Team

diff --git a/www/uploads/bericht.pdf b/www/uploads/bericht.pdf new file mode 120000 index 0000000..53e2af4 --- /dev/null +++ b/www/uploads/bericht.pdf @@ -0,0 +1 @@ +../../bericht/bericht.pdf \ No newline at end of file