Makefile vereinigt

This commit is contained in:
Jörg Thalheim 2013-10-21 20:38:59 +02:00
parent cece534b18
commit a44385fe1e
6 changed files with 10 additions and 11 deletions

0
.cmd_ok Normal file
View File

View File

@ -1,2 +1,10 @@
upload:
.cmd_ok:
./check_cmds.sh
%.pdf: %.tex
latexmk -pdf $<
all: .cmd_ok bericht/bericht.pdf
cp bericht/bericht.pdf www
clean:
latexmk -CA
upload: all
rsync -avc www/ lctp@devkid.net:/

View File

@ -1,9 +0,0 @@
.cmd_ok:
./check_cmds.sh
%.pdf: %.tex
latexmk -pdf $<
all: .cmd_ok bericht.pdf
clean:
latexmk -CA
upload: all
rsync -avc bericht.pdf lctp@devkid.net:bericht.pdf

View File

@ -51,7 +51,7 @@ footer {
</section>
<section id="bericht">
<h2>Bericht</h2>
<a href="/bericht.pdf" class="pure-button pure-button-primary">Download</a>
<a href="bericht.pdf" class="pure-button pure-button-primary">Download</a>
</section>
<section id="team">
<h2>Team</h2>