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