view Makefile @ 1:1fddcdbf9acc

List all the architectures S/360-zArch; image of a Z; beginning of channels slide
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Sat, 12 Jan 2008 01:05:57 -0500
parents 6350f0679d6d
children 99a37862a3c9
line wrap: on
line source

DIAGS=
IMGS=syszfamily.eps

all: slideshow.pdf

slideshow.pdf: slideshow.tex $(IMGS) $(DIAGS)
	latex slideshow.tex	
	dvipdf slideshow.dvi
	#dvipdf -g2700x3450 -r300 slideshow.dvi
	
diagrams: $(DIAGS)

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

clean:
	rm -f *~ *.pdf $(DIAGS) *.dvi *.log *.out *.aux