ASCIIDOC_HTML=asciidoc --unsafe --backend=xhtml11 --attribute icons --attribute iconsdir=../graphics --attribute imagesdir=./
all: internet.html wlan.html README.html
cvs commit -m Update.
ssh -l root yxa.extundo.com '(cd /home/httpd/josefsson.org/openwrt/ && cvs update -d -P)'
%.html: %.txt $(DEPS)
$(ASCIIDOC_HTML) $<