diff options
author | dennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2010-06-13 22:43:12 +0000 |
---|---|---|
committer | dennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2010-06-13 22:43:12 +0000 |
commit | a772258c02818b8923f09001249169cfd032f5a3 (patch) | |
tree | 2c7964ab899e5bb7a02eb3970f2668c71c78f8eb /grafik | |
parent | 0e9999f5625d7000c0cd97db71547c3481eb3b84 (diff) |
Fix: GNU make mag Tabs lieber als Leerzeichen (via Frakturfreund)
git-svn-id: https://svn.neo-layout.org@2331 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'grafik')
-rw-r--r-- | grafik/promotion-material/Flyer/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/grafik/promotion-material/Flyer/Makefile b/grafik/promotion-material/Flyer/Makefile index fbe18fc..dfbae3e 100644 --- a/grafik/promotion-material/Flyer/Makefile +++ b/grafik/promotion-material/Flyer/Makefile @@ -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 |