all: VisItPythonManual.tex
	@./latexmk.pl -pdf
	
clean:
	@./latexmk.pl -C
	
info:
	# compile and run constant
	./latexmk.pl -pvc

.PHONY: all clean

