view Makefile @ 10:b49003091bf6 washlug tip

pdf of slideshow
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Fri, 20 Mar 2009 00:09:09 -0400
parents f81e591502b5
children
line wrap: on
line source

DIAGS=#xfs.eps # you must have the right font otherwise the build fails
IMGS=matt_geek.eps matt_biker.eps

all: slideshow.pdf

slideshow.pdf: slideshow.tex $(IMGS) $(DIAGS)
	latex slideshow.tex
	dvips -Ppdf -G0 slideshow.dvi -o slideshow.ps
	ps2pdf -dPDFsettings=/prepress slideshow.ps slideshow.pdf
	#dvipdf slideshow.dvi
	#dvipdf -g2700x3450 -r300 slideshow.dvi
	
diagrams: $(DIAGS)

%.eps: %.svg
	inkscape -z -T -E $@ $<

%.ps: %.dot
	dot -Tps $< -o $@

clean:
	rm -f *~ *.pdf *.dvi *.log *.out *.aux *.nav *.snm *.toc *.vrb