all:
	cd .. ; make

clean:
	rm -f *.dvi *~ *.log *.aux *.toc *.lof *.lot TAGS
