diff options
-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 |