From 0e9999f5625d7000c0cd97db71547c3481eb3b84 Mon Sep 17 00:00:00 2001 From: dennis Date: Sat, 12 Jun 2010 22:58:29 +0000 Subject: Aufräumarbeiten: Auf Anregung von Frank Stähr habe ich mal ein paar überflüssige PDF-Dateien entfernt und dafür ein kleines Makefile erstellt. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@2330 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- grafik/promotion-material/Flyer/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 grafik/promotion-material/Flyer/Makefile (limited to 'grafik/promotion-material/Flyer/Makefile') 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 -- cgit v1.2.3