view Makefile @ 4:f81e591502b5 as-presented

Small makefile bugfix for cases when the SGI font is not installed
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
date Wed, 09 Jul 2008 11:39:04 -0400
parents d4de13a2546e
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