view doc/www.anonet2.org/public_pod/Makefile @ 113:5100b1fb4f5c draft

added "anonymity" section to a2.o
author Nick <nick@somerandomnick.ano>
date Sun, 15 Aug 2010 18:00:42 +0000
parents d5a0da431616
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 $@