view Makefile @ 8:60852a38c763 washlug

more stuff
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Thu, 19 Mar 2009 16:41:53 -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