
include ../rules.mk

all: userGuide.ps userGuide.pdf

clean: 
	rm -f *.html *.aux *.log *.dvi *.ps *.tex *.txt *.pdf
