Bericht-Symlink eingefügt, rsync soll Links kopieren, nicht den Inhalt, Link zum Bericht gefixt
This commit is contained in:
parent
cd696d97f5
commit
d52c195828
2
Makefile
2
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:/
|
||||
|
||||
|
@ -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
1
www/uploads/bericht.pdf
Symbolic link
@ -0,0 +1 @@
|
||||
../../bericht/bericht.pdf
|
Loading…
Reference in New Issue
Block a user