SHELL=/bin/sh
.SUFFIXES: .html .tex .pdf
WEBDIR=public_html/download
WEBHOST=gaea.cs.unb.ca
SOFTWARE= inetools-0.9.tar.gz inetools.README karmma.pl freebusy.py config wl-inbox.sh symbal-0.1.tar.gz
WEBFILES= $(SOFTWARE) index.html
.tex.html:
hevea $<
.tex.pdf:
pdflatex $<
all: $(WEBFILES)
update: $(WEBFILES)
rsync -e ssh -cavz $(WEBFILES) $(WEBHOST):$(WEBDIR)
clean:
rm -f index.html