Bericht-Symlink eingefügt, rsync soll Links kopieren, nicht den Inhalt, Link zum Bericht gefixt

This commit is contained in:
Alfred Krohmer 2013-10-24 21:14:35 +02:00
parent cd696d97f5
commit d52c195828
3 changed files with 4 additions and 3 deletions

View File

@ -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:/

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
<title>ZOTAC Cluster</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.3.0/pure-min.css">
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300' rel='stylesheet' type='text/css'>
@ -95,7 +95,7 @@ body,
</section>
<section id="bericht">
<h2>Bericht</h2>
<a href="bericht.pdf" class="pure-button pure-button-primary">Download</a>
<a href="uploads/bericht.pdf" class="pure-button pure-button-primary">Download</a>
</section>
<section id="team">
<h2>Team</h2>

1
www/uploads/bericht.pdf Symbolic link
View File

@ -0,0 +1 @@
../../bericht/bericht.pdf