aboutsummaryrefslogtreecommitdiff
path: root/el_GR.ISO8859-7/flyer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'el_GR.ISO8859-7/flyer/Makefile')
-rw-r--r--el_GR.ISO8859-7/flyer/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/el_GR.ISO8859-7/flyer/Makefile b/el_GR.ISO8859-7/flyer/Makefile
new file mode 100644
index 0000000000..f2e4587774
--- /dev/null
+++ b/el_GR.ISO8859-7/flyer/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+#
+# %SOURCE% en_US.ISO8859-1/flyer/Makefile
+# %SRCID% 1.2
+#
+
+pdf: dvi ps
+ ps2pdf13 -sPAPERSIZE=a4 flyer.ps
+
+ps: dvi
+ dvips -t a4 flyer.dvi -o
+
+dvi: flyer.tex
+ pngtopnm -mix ../../share/images/flyer/logo-full.png | \
+ pnmtops -noturn > logo-full.eps
+ latex flyer.tex
+
+clean:
+ rm -f flyer.aux flyer.dvi flyer.log flyer.pdf flyer.ps \
+ logo-full.eps