view doc/www.anonet2.org/public_pod/Makefile @ 229:57a9c660edd5 draft

Added AS1112 for UCIS Anortr2
author Ivo Smits <Ivo@UCIS.nl>
date Wed, 27 Oct 2010 18:21:36 +0200
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 $@