Fix: GNU make mag Tabs lieber als Leerzeichen (via Frakturfreund)
git-svn-id: https://svn.neo-layout.org@2331 b9310e46-f624-0410-8ea1-cfbb3a30dc96
This commit is contained in:
parent
0e9999f562
commit
a772258c02
1 changed files with 5 additions and 5 deletions
|
@ -3,11 +3,11 @@ default: compile
|
|||
|
||||
# Downloading graphics:
|
||||
fetch:
|
||||
curl -O http://neo-layout.org/svn/grafik/logos/Neo-Icon-Schriftzug.pdf
|
||||
curl -O http://neo-layout.org/svn/grafik/tastatur3d/tastatur_neo_Ebene1.pdf
|
||||
curl -O http://neo-layout.org/svn/grafik/druckvorlage/neo-druckvorlage.pdf
|
||||
curl -O http://neo-layout.org/svn/grafik/logos/Neo-Icon-Schriftzug.pdf
|
||||
curl -O http://neo-layout.org/svn/grafik/tastatur3d/tastatur_neo_Ebene1.pdf
|
||||
curl -O http://neo-layout.org/svn/grafik/druckvorlage/neo-druckvorlage.pdf
|
||||
|
||||
# Generation using pdfLaTeX
|
||||
compile: fetch
|
||||
pdflatex Flyer.tex
|
||||
pdflatex Flyer.tex
|
||||
pdflatex Flyer.tex
|
||||
pdflatex Flyer.tex
|
||||
|
|
Loading…
Add table
Reference in a new issue