view Makefile @ 16:b1fdb7162f8b

storage, and other slide info
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Thu, 17 Jan 2008 18:14:16 -0500
parents af0913f3a968
children 586afbcf91f4
line wrap: on
line source

DIAGS=channels.eps ccw.eps storage.eps
IMGS=syszfamily.eps hvf_lines.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 $(DIAGS) *.dvi *.log *.out *.aux