diff options
Diffstat (limited to 'grafik/promotion-material/Flyer/Makefile')
-rw-r--r-- | grafik/promotion-material/Flyer/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/grafik/promotion-material/Flyer/Makefile b/grafik/promotion-material/Flyer/Makefile new file mode 100644 index 0000000..fbe18fc --- /dev/null +++ b/grafik/promotion-material/Flyer/Makefile @@ -0,0 +1,13 @@ + +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 + +# Generation using pdfLaTeX +compile: fetch + pdflatex Flyer.tex + pdflatex Flyer.tex |