view doc/www.anonet2.org/public_pod/Makefile @ 116:2b1e54b5b41b draft

more links for a2.o
author Nick <nick@somerandomnick.ano>
date Thu, 19 Aug 2010 09:08:29 +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 $@