view doc/www.anonet2.org/public_pod/Makefile @ 201:f1953ef929ec draft

updated a2.o for a1 wiki mirror
author Nick <nick@somerandomnick.ano>
date Thu, 21 Oct 2010 15:45:09 +0000
parents 73017f99818f
children dbb73233da1d
line wrap: on
line source

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

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