comparison 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
comparison
equal deleted inserted replaced
3:d4de13a2546e 4:f81e591502b5
1 DIAGS=xfs.eps 1 DIAGS=#xfs.eps # you must have the right font otherwise the build fails
2 IMGS=matt_geek.eps matt_biker.eps 2 IMGS=matt_geek.eps matt_biker.eps
3 3
4 all: slideshow.pdf 4 all: slideshow.pdf
5 5
6 slideshow.pdf: slideshow.tex $(IMGS) $(DIAGS) 6 slideshow.pdf: slideshow.tex $(IMGS) $(DIAGS)