59967abb8f
- remove trailing ^M - doc and www Italian updates - add flyer Approved by: blackend (mentor)
13 lines
No EOL
190 B
Makefile
13 lines
No EOL
190 B
Makefile
# $FreeBSD$
|
|
|
|
pdf: dvi ps
|
|
ps2pdf13 -sPAPERSIZE=a4 flyer.ps
|
|
|
|
ps: dvi
|
|
dvips -t a4 flyer.dvi -o
|
|
|
|
dvi: flyer.tex
|
|
latex flyer.tex
|
|
|
|
clean:
|
|
rm -f flyer.aux flyer.dvi flyer.log flyer.pdf flyer.ps
|