# $Id: Makefile,v 1.3 2009-02-02 07:55:50 vrsieh Exp $

PSOBJ=  hostsupport.pdf internals.pdf justintime.pdf

all: $(PSOBJ)

clean distclean::
	rm -rf $(PSOBJ)

%.pdf: %.tex
	pdflatex $<
	pdflatex $<

clean distclean::
	rm -f *.aux *.log *.blg *.dvi *.toc
