view doc/www.anonet2.org/public_pod/Makefile @ 114:18cc3d409f58 draft

added some links to the "anonymity" page
author Nick <nick@somerandomnick.ano>
date Sun, 15 Aug 2010 18:23:56 +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 $@