view doc/www.anonet2.org/public_pod/Makefile @ 135:e1a8ea9055fd draft

fixed spelling error in a2.o
author Nick <nick@somerandomnick.ano>
date Wed, 08 Sep 2010 19:40:57 +0000
parents 5100b1fb4f5c
children 818de9dafcbe
line wrap: on
line source

all: index.html links.html faq.html darknet_comparison.html anonymity.html

%.html: %.pod
	pod2html --noindex < $< 2>/dev/null > $@.tmp
	mv $@.tmp $@