# Copyright (c) 2004 Don Stewart - http://www.cse.unsw.edu.au/~dons # LGPL version 2.1 or later (see http://www.gnu.org/copyleft/lesser.html) .PHONY: clean html show all default: all SRC = fusion-talk .SUFFIXES : .ps .pdf .dvi .tex .bbl .bib all: $(SRC).ps $(SRC).pdf .dvi.pdf: dvipdfm -o $@ $< .dvi.ps: dvips -f $< > $@ .tex.dvi: latex $< CLEANS= *.{bbl,blg,pdf,ps,dvi,aux,log} *~ clean: rm -rf $(CLEANS) show: $(SRC).ps pspresent -O Seascape -o $(SRC).ps