Mercurial > hg > anonet-resdb
view doc/www.anonet2.org/public_pod/Makefile @ 139:85efc932b07f draft
Merge branch 'master' of git://git1.somerandomnick.ano
author | pragmo <pragmo@pragmo.ano> |
---|---|
date | Thu, 09 Sep 2010 12:49:23 +0000 |
parents | 818de9dafcbe |
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 $@