Mercurial > hg > anonet-resdb
view doc/www.anonet2.org/public_pod/Makefile @ 137:818de9dafcbe draft
moved intro to separate page
author | Nick <nick@somerandomnick.ano> |
---|---|
date | Wed, 08 Sep 2010 21:09:09 +0000 |
parents | 5100b1fb4f5c |
children | 73017f99818f |
line wrap: on
line source
all: index.html links.html faq.html darknet_comparison.html anonymity.html intro.html %.html: %.pod pod2html --noindex < $< 2>/dev/null > $@.tmp mv $@.tmp $@