# Generated automatically from Makefile.in by configure.
.SUFFIXES: .html .tex .pdf
WEBDIR=gaea.cs.unb.ca:public_html/mpc/doxygen

WEBFILES=html latex

.tex.html: 
	hyperlatex $<

.tex.pdf:
	pdflatex $<

all: $(WEBFILES)

clean:
	rm -rf html latex

update:
	rsync -cavz -e ssh $(WEBFILES) $(WEBDIR)