Makefile vereinigt
This commit is contained in:
parent
cece534b18
commit
a44385fe1e
10
Makefile
10
Makefile
@ -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:/
|
rsync -avc www/ lctp@devkid.net:/
|
||||||
|
@ -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
|
|
@ -51,7 +51,7 @@ footer {
|
|||||||
</section>
|
</section>
|
||||||
<section id="bericht">
|
<section id="bericht">
|
||||||
<h2>Bericht</h2>
|
<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>
|
||||||
<section id="team">
|
<section id="team">
|
||||||
<h2>Team</h2>
|
<h2>Team</h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user